diff options
Diffstat (limited to 'net-vpn/tinc/files/tincd_at.service')
-rw-r--r-- | net-vpn/tinc/files/tincd_at.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-vpn/tinc/files/tincd_at.service b/net-vpn/tinc/files/tincd_at.service new file mode 100644 index 00000000000..71f358a39d9 --- /dev/null +++ b/net-vpn/tinc/files/tincd_at.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tinc daemon for network %i +After=network.target + +[Service] +ExecStart=/usr/sbin/tincd -D --pidfile /run/tinc.%i.pid -n %i +Restart=on-failure + +[Install] +WantedBy=multi-user.target |