mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
working on slurmctld files permissions See merge request glicid-public/guix-glicid!130
This commit is contained in:
commit
bba2ee5ba1
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