Skip to content

Commit

Permalink
fix daemon configuration with single process
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Feb 5, 2024
1 parent 21a7492 commit d9a2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobflow_remote/jobs/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[program:runner_daemon]
priority=100
command=jf -p $project runner run -pid --single -log $loglevel
command=jf -p $project runner run -pid -log $loglevel
autostart=true
autorestart=false
numprocs=1
Expand Down

0 comments on commit d9a2f5b

Please sign in to comment.