diff --git a/packages/network/connman/system.d/hostname.service b/packages/network/connman/system.d/hostname.service index 5ff445fdc0..c5e5f5b27d 100644 --- a/packages/network/connman/system.d/hostname.service +++ b/packages/network/connman/system.d/hostname.service @@ -1,9 +1,10 @@ [Unit] Description=Setup Hostname DefaultDependencies=no -ConditionPathExists=/storage/.cache/hostname After=local-fs.target +ConditionPathExists=/storage/.cache/hostname + [Service] Type=oneshot ExecStart=/bin/sh -c 'cat /storage/.cache/hostname > /proc/sys/kernel/hostname'