diff options
author | Simon Rettberg | 2018-04-13 10:44:49 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-04-13 10:44:49 +0200 |
commit | b0344154f5db988f35dda22824393c2da312a8c9 (patch) | |
tree | b111b32d0b1fbf4377ecb454cf67f993c84ab052 /core/modules/systemd | |
parent | [lightdm-greeter-bwlp] Update style (clock) (diff) | |
download | mltk-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@.service | 2 |
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 |