summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-13 13:20:18 +0200
committerJonathan Bauer2019-08-13 13:20:18 +0200
commit76930e74e6371ff3f79b5a8bcf8960459572e4d9 (patch)
treeda7fabd54a3060eba97efff741e530bfee027843 /builder
parent[slx-network] suppress systemctl output (diff)
downloadsystemd-init-76930e74e6371ff3f79b5a8bcf8960459572e4d9.tar.gz
systemd-init-76930e74e6371ff3f79b5a8bcf8960459572e4d9.tar.xz
systemd-init-76930e74e6371ff3f79b5a8bcf8960459572e4d9.zip
[slx-network] fix dependency
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/slx-network/services/udhcpc-bootif.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/modules.d/slx-network/services/udhcpc-bootif.service b/builder/modules.d/slx-network/services/udhcpc-bootif.service
index 388792e4..21a5de3c 100644
--- a/builder/modules.d/slx-network/services/udhcpc-bootif.service
+++ b/builder/modules.d/slx-network/services/udhcpc-bootif.service
@@ -1,8 +1,8 @@
[Unit]
Description=DHCP Client for the main boot interface
Before=network.target
-Requires=systemd-tmpfiles-setup
-After=systemd-tmpfiles-setup
+Requires=systemd-tmpfiles-setup.service
+After=systemd-tmpfiles-setup.service
[Service]
Type=forking