init.d/hostname: fix indentation

This is for #143.
This commit is contained in:
Nuno Silva 2017-06-10 03:05:09 +01:00 committed by William Hubbs
parent 199a210d2f
commit 1e5322e5c5

View File

@ -11,7 +11,8 @@
description="Sets the hostname of the machine." description="Sets the hostname of the machine."
depend() { depend()
{
after clock after clock
keyword -docker -lxc -prefix -systemd-nspawn keyword -docker -lxc -prefix -systemd-nspawn
} }