Skip to content
Snippets Groups Projects

WIP: Start, stop, and supervise gwcelery with systemd

Closed Leo Pound Singer requested to merge leo-singer/gwcelery:systemd into main
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@ LogsDirectory=gwcelery
ExecStart=/usr/bin/env gwcelery flower
StandardError=file:%L/%P.log
# On Linux, it seems that you have to send Flower SIGINT twice to stop it.
ExecStopPost=-kill -TERM $MAINPID
TimeoutStopSec=1
[Install]
WantedBy=multi-user.target
Loading