Browse Source
* etc/guix-daemon.service.in: New file, provided by Ricardo Wurmus. * daemon.am (CLEANFILES): Add etc/guix-daemon.service. (systemdservicedir, nodist_systemdservice_DATA): New variables. (EXTRA_DIST): Add etc/guix-daemon.service.in. * doc/guix.texi (Binary Installation, Build Environment Setup): Mention 'guix-daemon.service'.version-0.8.3

4 changed files with 39 additions and 4 deletions
@ -0,0 +1,15 @@ |
|||
# This is a "service unit file" for the systemd init system to launch |
|||
# 'guix-daemon'. Drop it in /etc/systemd/system or similar to have |
|||
# 'guix-daemon' automatically started. |
|||
|
|||
[Unit] |
|||
Description=Build daemon for GNU Guix |
|||
|
|||
[Service] |
|||
ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild |
|||
RemainAfterExit=yes |
|||
StandardOutput=syslog |
|||
StandardError=syslog |
|||
|
|||
[Install] |
|||
WantedBy=multi-user.target |
Loading…
Reference in new issue