From 282ab9dfe046b3eaecf84c06658492c4c83d2849 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 21 Aug 2013 12:30:23 +0200 Subject: [systemd] Fix path of 'ip' in service file --- .../modules/systemd/data/etc/systemd/system/network-interface@.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remote/modules') diff --git a/remote/modules/systemd/data/etc/systemd/system/network-interface@.service b/remote/modules/systemd/data/etc/systemd/system/network-interface@.service index 13a30bbc..77bbd287 100644 --- a/remote/modules/systemd/data/etc/systemd/system/network-interface@.service +++ b/remote/modules/systemd/data/etc/systemd/system/network-interface@.service @@ -5,4 +5,5 @@ Before=udhcpc@%i.service [Service] Type=simple -ExecStart=/opt/openslx/bin/ip link set dev %I up +ExecStart=/opt/openslx/sbin/ip link set dev %I up + -- cgit v1.2.3-55-g7522