Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/scripts/init.d/mw-task.service.tpl

15 lines
272 B

[Unit]
Description=mw-task server daemon
After=network.target
[Service]
Type=simple
WorkingDirectory={$SERVER_PATH}
ExecStart=python3 task.py
ExecStop=kill -HUP $MAINID
ExecReload=kill -HUP $MAINID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target