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