summarylogtreecommitdiffstats
path: root/geph4-vpn-helper.service
blob: e5cea5a4e3b43067084a88c557ec8fb2efbee974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Geph4 VPN Service
After=network.target nss-lookup.target
Conflicts=geph4-client.service

[Service]
EnvironmentFile=/etc/default/geph4-client
ExecStart=/usr/bin/geph4-vpn-helper /usr/bin/geph4-client $VPN_SUBCOMMAND $VPN_FLAGS $VPN_OPTIONS --credential-cache /tmp/geph4-credentials/ --password $VPN_PASSWORD --username $VPN_USERNAME
ExecStop=/usr/bin/geph4-vpn-helper
Restart=on-abort

[Install]
WantedBy=multi-user.target