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 eaeb79aa..5b8b75d6 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -5,7 +5,7 @@ description="Sets the hostname of the machine." depend() { - keyword -prefix -lxc + keyword -prefix -systemd-nspawn -lxc } start() |