From ada5718557d357840dd86f94c2fad0c01cc4dc72 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Jul 2021 11:43:11 +0200 Subject: [dhcpc-busybox] Workaround for badly assigned sshd.service Currently, slx-admin/taskmanager attach sshd.service to network.target.wants, but it should be the other way round: sshd wants network. Currently, in MiniLinux, network.target never gets activated by anything. So abuse this to pull in the target. --- core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'core/modules/dhcpc-busybox/data') diff --git a/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service b/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service index cfab7923..aa235a88 100644 --- a/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service +++ b/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service @@ -1,6 +1,7 @@ [Unit] Description=DHCP Client for %i After=systemd-tmpfiles-setup.service +Wants=network.target [Service] Type=simple -- cgit v1.2.3-55-g7522