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

[Service]
Type=simple
ExecStart=/usr/sbin/tincd --no-detach --net=%i
ExecReload=/usr/bin/tinc --net %I reload
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target