aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-04-25 00:10:56 +0200
committerDavid Runge <dave@sleepmap.de>2015-04-25 00:10:56 +0200
commitc67e1141dedda5108d1330f59038b55ff8829525 (patch)
tree93b3ad90421cc45aacf82cd983c73ee72093a934
parent65552f3d26db9b2bcc0d131ddf69985670436f81 (diff)
downloaduenv-c67e1141dedda5108d1330f59038b55ff8829525.tar.gz
uenv-c67e1141dedda5108d1330f59038b55ff8829525.tar.bz2
uenv-c67e1141dedda5108d1330f59038b55ff8829525.tar.xz
uenv-c67e1141dedda5108d1330f59038b55ff8829525.zip
system/autotunnel@.service: Fixing script name.
-rw-r--r--system/autotunnel@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/autotunnel@.service b/system/autotunnel@.service
index b128cac..405a7d7 100644
--- a/system/autotunnel@.service
+++ b/system/autotunnel@.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Environment="AUTOSSH_GATETIME=0"
EnvironmentFile=/etc/autotunnel/%I.conf
-ExecStart=/usr/lib/systemd/scripts/tunnel-to-host
+ExecStart=/usr/lib/systemd/scripts/autotunnel
[Install]
WantedBy=multi-user.target