From e32ef7bed7ce980849d35479472350e38f34680d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 12 Nov 2014 13:56:29 +0100 Subject: [systemd-distro] simple module to copy systemd from the running system NOTE: use this module OR 'systemd'. Using both will lead to the world exploding!!! --- .../data/etc/systemd/system/network-interface@.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 remote/modules/systemd-distro/data/etc/systemd/system/network-interface@.service (limited to 'remote/modules/systemd-distro/data/etc/systemd/system/network-interface@.service') diff --git a/remote/modules/systemd-distro/data/etc/systemd/system/network-interface@.service b/remote/modules/systemd-distro/data/etc/systemd/system/network-interface@.service new file mode 100644 index 00000000..ea9cc56e --- /dev/null +++ b/remote/modules/systemd-distro/data/etc/systemd/system/network-interface@.service @@ -0,0 +1,9 @@ +[Unit] +Description=Brings interface %i up +Wants=dhcpc@%i.service +Before=dhcpc@%i.service + +[Service] +Type=simple +ExecStart=/opt/openslx/sbin/ip link set dev %I up + -- cgit v1.2.3-55-g7522