summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-08 00:44:50 +0200
committerChristian Pointner <equinox@anytun.org>2016-07-08 00:44:50 +0200
commit0ec00df24d857bbfa995c3c365ed43e4d9acb7bb (patch)
treedd6f662efed90714a83e3560744fd03b68a04be5 /usr/lib/systemd/system/anytun.service
parentactually install anytun-launcher into lib dir (diff)
added global anytun systemd targed, improved device file handling
Diffstat (limited to 'usr/lib/systemd/system/anytun.service')
-rw-r--r--usr/lib/systemd/system/anytun.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/lib/systemd/system/anytun.service b/usr/lib/systemd/system/anytun.service
new file mode 100644
index 0000000..46386f4
--- /dev/null
+++ b/usr/lib/systemd/system/anytun.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Anytun Service
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/bin/true
+ExecReload=/bin/true
+WorkingDirectory=/etc/anytun
+
+[Install]
+WantedBy=multi-user.target