X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=distro%2Ftinc.service;fp=distro%2Ftinc.service;h=1f015f0bd07e7a3e9d8bf3cc25ba42f361fe9d1c;hp=0000000000000000000000000000000000000000;hb=db8594f6f5cd40cbf3c52e97530459b4bfcba479;hpb=1cba96d26413a953415487729f2062331ef2aa72 diff --git a/distro/tinc.service b/distro/tinc.service new file mode 100644 index 00000000..1f015f0b --- /dev/null +++ b/distro/tinc.service @@ -0,0 +1,16 @@ +# This is a mostly empty service, but allows commands like stop, start, reload +# to propagate to all tinc@ service instances. + +[Unit] +Description=Tinc VPN +After=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/bin/true +ExecReload=/bin/true +WorkingDirectory=/etc/tinc + +[Install] +WantedBy=multi-user.target