mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
updating slurmd service See merge request glicid-public/guix-glicid!37
This commit is contained in:
commit
c5fcdc4627
1 changed files with 23 additions and 1 deletions
|
@ -250,7 +250,29 @@
|
|||
(shepherd-service
|
||||
(provision '(slurmd) )
|
||||
(documentation "Run slurmd.")
|
||||
(requirement '(user-processes))
|
||||
(requirement '(
|
||||
user-processes
|
||||
containerd
|
||||
dbus-system
|
||||
elogind
|
||||
file-system-/sys/fs/cgroup/blkio
|
||||
file-system-/sys/fs/cgroup/cpu
|
||||
file-system-/sys/fs/cgroup/cpuset
|
||||
file-system-/sys/fs/cgroup/devices
|
||||
file-system-/sys/fs/cgroup/memory
|
||||
file-system-/sys/fs/cgroup/pids
|
||||
file-system-/sys/fs/cgroup/cpuacct
|
||||
file-system-/sys/fs/cgroup/freezer
|
||||
file-system-/sys/fs/cgroup/hugetlb
|
||||
file-system-/sys/fs/cgroup/net_cls
|
||||
file-system-/sys/fs/cgroup/net_prio
|
||||
file-system-/sys/fs/cgroup/perf_event
|
||||
file-system-/sys/fs/cgroup/pids
|
||||
file-system-/sys/fs/cgroup/rdma
|
||||
file-system-/sys/fs/cgroup/unified
|
||||
file-system-/sys/fs/cgroup/networking
|
||||
file-system-/sys/fs/cgroup/udev
|
||||
))
|
||||
(respawn? #t)
|
||||
(start #~(make-forkexec-constructor
|
||||
(list
|
||||
|
|
Loading…
Add table
Reference in a new issue