Skip to content

Instantly share code, notes, and snippets.

@charles-l
Created April 9, 2020 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charles-l/07cf64a7ce93f6ce59cc60a366a8e883 to your computer and use it in GitHub Desktop.
Save charles-l/07cf64a7ce93f6ce59cc60a366a8e883 to your computer and use it in GitHub Desktop.
openrc init script for guix daemon
#!/sbin/openrc-run
description="daemon required by the guix package manager"
command=/root/.config/guix/current/bin/guix-daemon
command_args="--build-users-group=guixbuild"
command_background="yes"
pidfile="/run/${RC_SVCNAME}.pid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment