copy/paste typo

This commit is contained in:
Jean-François GUILLAUME 2021-12-08 15:06:56 +01:00
parent df901279e3
commit b0955cb58e
GPG key ID: 38751DAE145EFB5A
2 changed files with 4 additions and 8 deletions

View file

@ -39,8 +39,7 @@
(provision '(autofs) )
(documentation "Run autofs.")
(requirement '(user-processes))
(respawn? #f)
(one-shot? #t)
(respawn? #t)
(start #~(make-forkexec-constructor
(list
#$(file-append autofs "/sbin/automount")

View file

@ -43,8 +43,7 @@
(provision '(munged) )
(documentation "Run munged.")
(requirement '(user-processes))
(respawn? #f)
(one-shot? #t)
(respawn? #t)
(start #~(make-forkexec-constructor
(list
#$(file-append munge "/sbin/munged")
@ -95,8 +94,7 @@
(provision '(slurmdbd) )
(documentation "Run slurmdbd.")
(requirement '(user-processes))
(respawn? #f)
(one-shot? #t)
(respawn? #t)
(start #~(make-forkexec-constructor
(list
#$(file-append slurm "/sbin/slurmdbd")
@ -146,8 +144,7 @@
(provision '(slurmctld) )
(documentation "Run slurmctld.")
(requirement '(user-processes))
(respawn? #f)
(one-shot? #t)
(respawn? #t)
(start #~(make-forkexec-constructor
(list
#$(file-append slurm "/sbin/slurmctld")