Ensure the service files are in the tarball.
[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