connman: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-16 21:25:04 +02:00
parent f85a0b2d7c
commit bf20f799d4

View File

@ -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'