proxmaster/proxmaster.service

18 lines
369 B
Desktop File

[Unit]
Description=Proxmaster
After=network.target
After=systemd-user-sessions.service
After=network-online.target
[Service]
User=master
ExecStart=/home/master/appserver/bin/uwsgi --logdate --ini /home/master/appserver/proxmaster/config.ini
TimeoutSec=30
Restart=on-failure
RestartSec=30
StartLimitInterval=350
StartLimitBurst=10
[Install]
WantedBy=multi-user.target