WGDashboard/src/wg-dashboard.service

18 lines
430 B
SYSTEMD
Raw Normal View History

2021-08-03 18:45:40 -04:00
[Unit]
After=syslog.target network-online.target
2024-08-11 11:02:08 -04:00
Wants=wg-quick.target
ConditionPathIsDirectory=/etc/wireguard
2021-08-03 18:45:40 -04:00
[Service]
2024-08-11 11:02:08 -04:00
Type=forking
PIDFile=/opt/wgdashboard/src/gunicorn.pid
WorkingDirectory=/opt/wgdashboard/src
ExecStart=/opt/wgdashboard/src/wgd.sh start
ExecStop=/opt/wgdashboard/src/wgd.sh stop
ExecReload=/opt/wgdashboard/src/wgd.sh restart
TimeoutSec=120
PrivateTmp=yes
2021-08-03 18:45:40 -04:00
Restart=always
[Install]
WantedBy=multi-user.target