Skip to content

Commit d9a2f5b

Browse files
committed
fix daemon configuration with single process
1 parent 21a7492 commit d9a2f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobflow_remote/jobs/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
[program:runner_daemon]
4040
priority=100
41-
command=jf -p $project runner run -pid --single -log $loglevel
41+
command=jf -p $project runner run -pid -log $loglevel
4242
autostart=true
4343
autorestart=false
4444
numprocs=1

0 commit comments

Comments
 (0)