mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
working on perms for slurm
This commit is contained in:
parent
6dcb745b93
commit
cc4f6517ac
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
||||||
(chown "/etc/slurm" (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
(chown "/etc/slurm" (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
||||||
(for-each (lambda (slurm-file)
|
(for-each (lambda (slurm-file)
|
||||||
(chown slurm-file (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
(chown slurm-file (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
||||||
(chmod "0600" slurm-file)
|
(chmod slurm-file #o600)
|
||||||
)(find-files "/etc/slurm/"))
|
)(find-files "/etc/slurm/"))
|
||||||
#t
|
#t
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue