proxmaster/proxmaster.service
2018-03-11 01:11:13 +02:00

20 lines
332 B
Desktop File

[Unit]
Description=Proxmaster
After=network.target
After=systemd-user-sessions.service
After=network-online.target
[Service]
User=master
Type=forking
ExecStart=/home/master/proxmaster/start.sh
#ExecStop=
TimeoutSec=30
Restart=on-failure
RestartSec=30
StartLimitInterval=350
StartLimitBurst=10
[Install]
WantedBy=multi-user.target