From 0ec00df24d857bbfa995c3c365ed43e4d9acb7bb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 8 Jul 2016 00:44:50 +0200 Subject: added global anytun systemd targed, improved device file handling --- usr/lib/systemd/system/anytun.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/lib/systemd/system/anytun.service (limited to 'usr/lib/systemd/system/anytun.service') 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 -- cgit v1.2.3