mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
copy/paste typo
This commit is contained in:
parent
df901279e3
commit
b0955cb58e
2 changed files with 4 additions and 8 deletions
|
@ -39,8 +39,7 @@
|
||||||
(provision '(autofs) )
|
(provision '(autofs) )
|
||||||
(documentation "Run autofs.")
|
(documentation "Run autofs.")
|
||||||
(requirement '(user-processes))
|
(requirement '(user-processes))
|
||||||
(respawn? #f)
|
(respawn? #t)
|
||||||
(one-shot? #t)
|
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append autofs "/sbin/automount")
|
#$(file-append autofs "/sbin/automount")
|
||||||
|
|
|
@ -43,8 +43,7 @@
|
||||||
(provision '(munged) )
|
(provision '(munged) )
|
||||||
(documentation "Run munged.")
|
(documentation "Run munged.")
|
||||||
(requirement '(user-processes))
|
(requirement '(user-processes))
|
||||||
(respawn? #f)
|
(respawn? #t)
|
||||||
(one-shot? #t)
|
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append munge "/sbin/munged")
|
#$(file-append munge "/sbin/munged")
|
||||||
|
@ -95,8 +94,7 @@
|
||||||
(provision '(slurmdbd) )
|
(provision '(slurmdbd) )
|
||||||
(documentation "Run slurmdbd.")
|
(documentation "Run slurmdbd.")
|
||||||
(requirement '(user-processes))
|
(requirement '(user-processes))
|
||||||
(respawn? #f)
|
(respawn? #t)
|
||||||
(one-shot? #t)
|
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append slurm "/sbin/slurmdbd")
|
#$(file-append slurm "/sbin/slurmdbd")
|
||||||
|
@ -146,8 +144,7 @@
|
||||||
(provision '(slurmctld) )
|
(provision '(slurmctld) )
|
||||||
(documentation "Run slurmctld.")
|
(documentation "Run slurmctld.")
|
||||||
(requirement '(user-processes))
|
(requirement '(user-processes))
|
||||||
(respawn? #f)
|
(respawn? #t)
|
||||||
(one-shot? #t)
|
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append slurm "/sbin/slurmctld")
|
#$(file-append slurm "/sbin/slurmctld")
|
||||||
|
|
Loading…
Add table
Reference in a new issue