Merge branch 'devel' into 'main'

working on perms for slurm

See merge request glicid-public/guix-glicid!132
This commit is contained in:
Jean-François GUILLAUME 2022-11-21 13:17:32 +00:00
commit eba8cbe2d6

View file

@ -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
)