summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-13 10:44:49 +0200
committerSimon Rettberg2018-04-13 10:44:49 +0200
commitb0344154f5db988f35dda22824393c2da312a8c9 (patch)
treeb111b32d0b1fbf4377ecb454cf67f993c84ab052 /core/modules/systemd
parent[lightdm-greeter-bwlp] Update style (clock) (diff)
downloadmltk-b0344154f5db988f35dda22824393c2da312a8c9.tar.gz
mltk-b0344154f5db988f35dda22824393c2da312a8c9.tar.xz
mltk-b0344154f5db988f35dda22824393c2da312a8c9.zip
[systemd] network-interface@ should be oneshot
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/data/etc/systemd/system/network-interface@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/systemd/data/etc/systemd/system/network-interface@.service b/core/modules/systemd/data/etc/systemd/system/network-interface@.service
index 9da35a5c..c566eda1 100644
--- a/core/modules/systemd/data/etc/systemd/system/network-interface@.service
+++ b/core/modules/systemd/data/etc/systemd/system/network-interface@.service
@@ -4,6 +4,6 @@ Wants=dhcpc@%i.service
Before=dhcpc@%i.service
[Service]
-Type=simple
+Type=oneshot
ExecStart=/opt/openslx/sbin/ip link set dev %i up