This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/shepherd-run/badges/latest-version.svg)](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]]