summarylogtreecommitdiffstats
path: root/cpro-ngate.service
blob: c29d65788eeb3028c0542d60536695b64bdd8380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=TUN/TAP device access for CryptoPro NGate VPN client
After=network.target

[Service]
ExecStart=/opt/cprongate/ngatetun -D
Restart=always
Type=forking
PIDFile=/var/run/ngatetun.pid

[Install]
WantedBy=multi-user.target