mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
no cgroup requirement for the moment.
This commit is contained in:
parent
fdcf2d1e67
commit
a749af61bf
1 changed files with 17 additions and 17 deletions
|
@ -253,23 +253,23 @@
|
||||||
(documentation "Run slurmd.")
|
(documentation "Run slurmd.")
|
||||||
(requirement '(
|
(requirement '(
|
||||||
user-processes
|
user-processes
|
||||||
file-system-/sys/fs/cgroup/blkio
|
; file-system-/sys/fs/cgroup/blkio
|
||||||
file-system-/sys/fs/cgroup/cpu
|
; file-system-/sys/fs/cgroup/cpu
|
||||||
file-system-/sys/fs/cgroup/cpuset
|
; file-system-/sys/fs/cgroup/cpuset
|
||||||
file-system-/sys/fs/cgroup/devices
|
; file-system-/sys/fs/cgroup/devices
|
||||||
file-system-/sys/fs/cgroup/memory
|
; file-system-/sys/fs/cgroup/memory
|
||||||
file-system-/sys/fs/cgroup/pids
|
; file-system-/sys/fs/cgroup/pids
|
||||||
file-system-/sys/fs/cgroup/cpuacct
|
; file-system-/sys/fs/cgroup/cpuacct
|
||||||
file-system-/sys/fs/cgroup/freezer
|
; file-system-/sys/fs/cgroup/freezer
|
||||||
file-system-/sys/fs/cgroup/hugetlb
|
; file-system-/sys/fs/cgroup/hugetlb
|
||||||
file-system-/sys/fs/cgroup/net_cls
|
; file-system-/sys/fs/cgroup/net_cls
|
||||||
file-system-/sys/fs/cgroup/net_prio
|
; file-system-/sys/fs/cgroup/net_prio
|
||||||
file-system-/sys/fs/cgroup/perf_event
|
; file-system-/sys/fs/cgroup/perf_event
|
||||||
file-system-/sys/fs/cgroup/pids
|
; file-system-/sys/fs/cgroup/pids
|
||||||
file-system-/sys/fs/cgroup/rdma
|
; file-system-/sys/fs/cgroup/rdma
|
||||||
file-system-/sys/fs/cgroup/unified
|
; file-system-/sys/fs/cgroup/unified
|
||||||
file-system-/sys/fs/cgroup/networking
|
; file-system-/sys/fs/cgroup/networking
|
||||||
file-system-/sys/fs/cgroup/udev
|
; file-system-/sys/fs/cgroup/udev
|
||||||
))
|
))
|
||||||
(respawn? #t)
|
(respawn? #t)
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
|
|
Loading…
Add table
Reference in a new issue