mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +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")))
|
||||
(for-each (lambda (slurm-file)
|
||||
(chown slurm-file (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
||||
(chmod "0600" slurm-file)
|
||||
(chmod slurm-file #o600)
|
||||
)(find-files "/etc/slurm/"))
|
||||
#t
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue