From 00f089e8c95ccff96b6839d6d2fd806217f6665d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 28 Jun 2013 15:22:14 +0200 Subject: Rework networking setup to be more robust --- .../kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml | 2 +- remote/modules/systemd/data/etc/systemd/system/udhcpc@.service | 4 ++-- .../data/etc/systemd/system/network.target.wants/var-lib-virt.service | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 remote/modules/vmchooser/data/etc/systemd/system/network.target.wants/var-lib-virt.service (limited to 'remote/modules') diff --git a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml index 88532c80..62277113 100644 --- a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml +++ b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/bwlehrpool/theme.xml @@ -182,7 +182,7 @@ KDM-OpenSLX-Theme diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service index 611d0f98..b9bbcbdd 100644 --- a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service +++ b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service @@ -3,9 +3,9 @@ Description=DHCP Client [Service] Type=forking -PIDFile=/run/udhcpc.%I.pid +PIDFile=/run/udhcpc/udhcpc.%I.pid ExecStart=/opt/openslx/bin/dhcp++ %I -ExecStopPost=/bin/rm /run/udhcpc.%I.pid +ExecStopPost=/bin/rm /run/udhcpc/udhcpc.%I.pid [Install] WantedBy=multi-user.target diff --git a/remote/modules/vmchooser/data/etc/systemd/system/network.target.wants/var-lib-virt.service b/remote/modules/vmchooser/data/etc/systemd/system/network.target.wants/var-lib-virt.service new file mode 120000 index 00000000..f51adef6 --- /dev/null +++ b/remote/modules/vmchooser/data/etc/systemd/system/network.target.wants/var-lib-virt.service @@ -0,0 +1 @@ +../var-lib-virt.service \ No newline at end of file -- cgit v1.2.3-55-g7522