1f015f0bd07e7a3e9d8bf3cc25ba42f361fe9d1c
[tinc] / distro / tinc.service
1 # This is a mostly empty service, but allows commands like stop, start, reload
2 # to propagate to all tinc@ service instances.
3
4 [Unit]
5 Description=Tinc VPN
6 After=network.target
7
8 [Service]
9 Type=oneshot
10 RemainAfterExit=yes
11 ExecStart=/bin/true
12 ExecReload=/bin/true
13 WorkingDirectory=/etc/tinc
14
15 [Install]
16 WantedBy=multi-user.target