12 lines
218 B
Text
12 lines
218 B
Text
[Unit]
|
|
Description=Tinc VPN daemon for network %i
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=on-failure
|
|
ExecStart=/usr/sbin/tincd -n %i
|
|
ExecStop=/usr/sbin/tincd -n %i -k
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|