guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: etc: systemd services shouldn't ‘RemainAfterExit’.


From: guix-commits
Subject: 05/08: etc: systemd services shouldn't ‘RemainAfterExit’.
Date: Sat, 29 Oct 2022 20:19:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 068f1a1905099f32beec9a8c4904efbb4c503981
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:01 2022 +0200

    etc: systemd services shouldn't ‘RemainAfterExit’.
    
    * 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]