diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:01 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:26 +0200 |
| commit | 068f1a1905099f32beec9a8c4904efbb4c503981 (patch) | |
| tree | e3336d99c56810b079355c9370ac367c9da216ce /etc/guix-daemon.service.in | |
| parent | 0f6ec662f626eb5ff0685a20ca7e153dae7442e6 (diff) | |
etc: systemd services shouldn't ‘RemainAfterExit’.
* etc/guix-daemon.service.in (RemainAfterExit): Don't.
* etc/guix-publish.service.in (RemainAfterExit): Likewise don't.
Diffstat (limited to 'etc/guix-daemon.service.in')
| -rw-r--r-- | etc/guix-daemon.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in index 7fbfd97aedc..9dbc3b56780 100644 --- a/etc/guix-daemon.service.in +++ b/etc/guix-daemon.service.in | |||
| @@ -9,7 +9,6 @@ Description=Build daemon for GNU Guix | |||
| 9 | ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \ | 9 | ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \ |
| 10 | --build-users-group=guixbuild --discover=no | 10 | --build-users-group=guixbuild --discover=no |
| 11 | Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 | 11 | Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 |
| 12 | RemainAfterExit=yes | ||
| 13 | StandardOutput=syslog | 12 | StandardOutput=syslog |
| 14 | StandardError=syslog | 13 | StandardError=syslog |
| 15 | 14 | ||
