mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
working on slurmctld files permissions
This commit is contained in:
parent
0b8e9d9838
commit
a086811489
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@
|
|||
(default (file-append slurm "/etc/slurm/slurmctld.conf"))
|
||||
)
|
||||
(log-file slurmctld-log-file
|
||||
(default "/var/log/slurmctld.log")
|
||||
(default "/var/log/slurm/slurmctld.log")
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -245,7 +245,7 @@
|
|||
(for-each (lambda (slurm-file)
|
||||
(chown slurm-file (passwd:uid (getpwnam "slurm")) (passwd:gid (getpwnam "slurm")))
|
||||
(chmod "0600" slurm-file)
|
||||
)(find-files "/etc/slurm"))
|
||||
)(find-files "/etc/slurm/" "*"))
|
||||
#t
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue