proxmaster/proxmaster.service

20 lines
332 B
SYSTEMD
Raw Normal View History

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