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

16 lines
322 B

[Unit]
Description=mw-task daemon
After=network.target
[Service]
3 years ago
Type=simple
WorkingDirectory={$SERVER_PATH}
3 years ago
EnvironmentFile={$SERVER_PATH}/scripts/init.d/service.sh
3 years ago
ExecStart=python3 task.py
ExecStop=kill -HUP $MAINID
ExecReload=kill -HUP $MAINID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target