From bf20f799d499ed0532bd88a419f76d70144b1291 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 16 Aug 2013 21:25:04 +0200 Subject: [PATCH] connman: cosmetics Signed-off-by: Stephan Raue --- packages/network/connman/system.d/hostname.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'