summaryrefslogtreecommitdiff
blob: 13c5310f517b649b96129871d6e61c71746d25b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=peervpn server
Requires=network-online.target
After=network-online.target

[Service]
Environment=PEERVPN_OPTS="/etc/peervpn/peervpn.conf"
ExecStart=/usr/sbin/peervpn $PEERVPN_OPTS
Restart=on-failure

[Install]
WantedBy=multi-user.target