shepherd-run
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.
- Versions: 0.2.0
- 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 the latest version of shepherd-run as follows:
guix install shepherd-run
Or install a particular version:
guix install shepherd-run@0.2.0
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.
Badge code
You can use the following badge to inform users of shepherd-run about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/shepherd-run'><img src='https://packages.guix.gnu.org/packages/shepherd-run/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/shepherd-run)
Example Org:
[[https://packages.guix.gnu.org/packages/shepherd-run][https://packages.guix.gnu.org/packages/shepherd-run/badges/latest-version.svg]]