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 | |
| 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.
| -rw-r--r-- | etc/guix-daemon.service.in | 1 | ||||
| -rw-r--r-- | etc/guix-publish.service.in | 1 |
2 files changed, 0 insertions, 2 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 | ||
diff --git a/etc/guix-publish.service.in b/etc/guix-publish.service.in index 104a726865f..b8fd3b4c036 100644 --- a/etc/guix-publish.service.in +++ b/etc/guix-publish.service.in | |||
| @@ -11,7 +11,6 @@ After=guix-daemon.service | |||
| 11 | [Service] | 11 | [Service] |
| 12 | ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 | 12 | ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 |
| 13 | Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 | 13 | Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 |
| 14 | RemainAfterExit=yes | ||
| 15 | StandardOutput=syslog | 14 | StandardOutput=syslog |
| 16 | StandardError=syslog | 15 | StandardError=syslog |
| 17 | 16 | ||
