Skip to content

Commit

Permalink
Run slurmctld as root and minor change to log file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Mar 2, 2024
1 parent 2be7368 commit 4f90a19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@ command=/usr/sbin/munged --foreground %(ENV_MUNGED_ARGS)s
autostart=true
autorestart=true
user=munge
stdout_logfile=/var/log/supervisor/munge.log
stdout_logfile=/var/log/supervisor/munge.out
stderr_logfile=/var/log/supervisor/munge.err

[program:slurmctld]
command=/opt/slurm/sbin/slurmctld -D %(ENV_SLURMCTLD_ARGS)s
autostart=true
autorestart=true
user=slurm
stdout_logfile=/var/log/supervisor/slurmctld.log
stdout_logfile=/var/log/supervisor/slurmctld.out
stderr_logfile=/var/log/supervisor/slurmctld.err

EOF
Expand Down

0 comments on commit 4f90a19

Please sign in to comment.