tinc/systemd/tinc.service.in

21 lines
462 B
SYSTEMD
Raw Permalink Normal View History

2019-08-26 11:44:52 +00:00
# This is a mostly empty service, but allows commands like stop, start, reload
# to propagate to all tinc@ service instances.
[Unit]
Description=Tinc VPN
Documentation=info:tinc
Documentation=man:tinc(8) man:tinc.conf(5)
Documentation=http://tinc-vpn.org/docs/
After=network.target
Wants=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
2019-08-26 11:44:53 +00:00
WorkingDirectory=@sysconfdir@/tinc
2019-08-26 11:44:52 +00:00
[Install]
WantedBy=multi-user.target