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.service.tpl

20 lines
397 B

[Unit]
3 years ago
Description=mw-panel 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=gunicorn -c setting.py app:app
ExecStop=kill -HUP $MAINID
ExecReload=kill -HUP $MAINID
KillMode=process
Restart=on-failure
[Timer]
# 每日凌晨点重启
OnCalendar=*-*-* 03:30:00
[Install]
WantedBy=multi-user.target