summarylogtreecommitdiffstats
path: root/tincd.service
blob: 993fc21b449241356c5ca86108a621d447274062 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=tinc vpn
After=network.target

[Service]
Type=forking
ExecStart=/usr/sbin/tincd --no-detach --user=nobody
ExecReload=/usr/bin/tinc reload

[Install]
WantedBy=multi-user.target