summarylogtreecommitdiffstats
path: root/tincd@.service
blob: 9be81b41dad3b9a3be98ef383295c40c44ed714c (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/sbin/tincd --user=nobody --net=%i
ExecReload=/usr/bin/tinc --net %I reload
Restart=on-abnormal

[Install]
WantedBy=multi-user.target