diff options
Diffstat (limited to 'init.d/hostname.in')
-rw-r--r-- | init.d/hostname.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname.in b/init.d/hostname.in index cc3d148f..21ed7019 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -12,7 +12,7 @@ description="Sets the hostname of the machine." depend() { - keyword -prefix -systemd-nspawn -lxc + keyword -docker -lxc -prefix -systemd-nspawn } start() |