summarylogtreecommitdiffstats
path: root/tinc@.service
blob: 167217af7f8d5793d32ac5d7469f9cbaef12eba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=tinc vpn on network %i
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/tincd --user=nobody --net=%i
ExecReload=/usr/bin/tinc --net %I reload
Restart=on-abnormal

[Install]
WantedBy=multi-user.target