shepherd-run 0.2.0
Create GNU Shepherd services from the command line
Shepherd-run is a script which assists in creating one-off shepherd services from the command line. It is meant to partially fill the void left by systemd-run, since GNU Guix uses GNU Shepherd as its system service manager.
- Outputs:
out - Website: https://git.sr.ht/~efraim/shepherd-run
- Licenses: GPL 3+
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install shepherd-run 0.2.0 as follows:
guix install shepherd-run@0.2.0
Or install the latest version:
guix install shepherd-run
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.