python-supervisor/supervisord.service
Lv Genggeng 45b444df8e add service and conf file
Signed-off-by: Lv Genggeng <lvgenggeng@uniontech.com>
2022-03-03 14:36:23 +08:00

13 lines
251 B
Desktop File

[Unit]
Description=Process Monitoring and Control Daemon
After=rc-local.service
[Service]
Type=forking
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
RuntimeDirectory=supervisor
RuntimeDirectoryMode=755
[Install]
WantedBy=multi-user.target