From 068f1a1905099f32beec9a8c4904efbb4c503981 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 23 Oct 2022 02:00:01 +0200 Subject: [PATCH] =?UTF-8?q?etc:=20systemd=20services=20shouldn't=20?= =?UTF-8?q?=E2=80=98RemainAfterExit=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/guix-daemon.service.in (RemainAfterExit): Don't. * etc/guix-publish.service.in (RemainAfterExit): Likewise don't. --- etc/guix-daemon.service.in | 1 - etc/guix-publish.service.in | 1 - 2 files changed, 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