mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: syslog: Use a PID file.
* gnu/services/base.scm (syslog-service-type)[start]: Remove --no-detach and use #:pid-file.
This commit is contained in:
@@ -907,8 +907,8 @@ Service Switch}, for an example."
|
||||
(requirement '(user-processes))
|
||||
(start #~(make-forkexec-constructor
|
||||
(list #$(syslog-configuration-syslogd config)
|
||||
"--no-detach"
|
||||
"--rcfile" #$(syslog-configuration-config-file config))))
|
||||
"--rcfile" #$(syslog-configuration-config-file config))
|
||||
#:pid-file "/var/run/syslog.pid"))
|
||||
(stop #~(make-kill-destructor))))))
|
||||
|
||||
;; Snippet adapted from the GNU inetutils manual.
|
||||
|
||||
Reference in New Issue
Block a user