django-initd icon indicating copy to clipboard operation
django-initd copied to clipboard

Only one command may be daemonized

Open zosiakropka opened this issue 10 years ago • 1 comments

When trying to start another one, i get warning Daemon already runing (which is related to the first one)

$ ./manage.py command1 --start
$ ./manage.py command2 --start
[14/May/2014 09:22:33] [WARNING:initd:44] Daemon already running.

zosiakropka avatar May 14 '14 07:05 zosiakropka

Use --pidfile=/some_pid

muriloventuroso avatar Mar 08 '16 22:03 muriloventuroso