summaryrefslogtreecommitdiff
path: root/community-testing/miredo/miredo.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/miredo/miredo.service')
-rw-r--r--community-testing/miredo/miredo.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community-testing/miredo/miredo.service b/community-testing/miredo/miredo.service
new file mode 100644
index 000000000..299a887de
--- /dev/null
+++ b/community-testing/miredo/miredo.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Teredo IPv6 Tunneling Daemon
+After=network.target
+
+[Service]
+ExecStartPre=/usr/sbin/miredo-checkconf /etc/miredo/miredo.conf
+ExecStart=/usr/sbin/miredo -f
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file