summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-10-23 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-10-23 02:00:26 +0200
commit068f1a1905099f32beec9a8c4904efbb4c503981 (patch)
treee3336d99c56810b079355c9370ac367c9da216ce /etc
parent0f6ec662f626eb5ff0685a20ca7e153dae7442e6 (diff)
downloadguix-patches-068f1a1905099f32beec9a8c4904efbb4c503981.tar
guix-patches-068f1a1905099f32beec9a8c4904efbb4c503981.tar.gz
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')
-rw-r--r--etc/guix-daemon.service.in1
-rw-r--r--etc/guix-publish.service.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
index 7fbfd97aed..9dbc3b5678 100644
--- a/etc/guix-daemon.service.in
+++ b/etc/guix-daemon.service.in
@@ -9,7 +9,6 @@ Description=Build daemon for GNU Guix
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \
--build-users-group=guixbuild --discover=no
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
-RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog
diff --git a/etc/guix-publish.service.in b/etc/guix-publish.service.in
index 104a726865..b8fd3b4c03 100644
--- a/etc/guix-publish.service.in
+++ b/etc/guix-publish.service.in
@@ -11,7 +11,6 @@ After=guix-daemon.service
[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
-RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog