summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/etc/systemd/system/filehooker-hostname.service
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-02 04:08:54 +0200
committermakefu <github@syntax-fehler.de>2014-04-02 04:08:54 +0200
commit7515ca585d1cbf2df269bfd46017fe513dbb848c (patch)
treeb254d0326d305806c04a02dba6617c65da6e2d64 /filehooker/root-image/etc/systemd/system/filehooker-hostname.service
parente33e18050f7c3fdc9093f3f2da8470fbf8017e57 (diff)
set hostname correctly, using own mac-based hostid
Diffstat (limited to 'filehooker/root-image/etc/systemd/system/filehooker-hostname.service')
-rw-r--r--filehooker/root-image/etc/systemd/system/filehooker-hostname.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/filehooker/root-image/etc/systemd/system/filehooker-hostname.service b/filehooker/root-image/etc/systemd/system/filehooker-hostname.service
index 8a23773c..bcee7964 100644
--- a/filehooker/root-image/etc/systemd/system/filehooker-hostname.service
+++ b/filehooker/root-image/etc/systemd/system/filehooker-hostname.service
@@ -1,11 +1,11 @@
[Unit]
Description=change filehooker hostname
-Before=network.target nss-lookup.target
+Before=network.target nss-lookup.target multi-user.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/krebs/bin/filehooker_set_hostname.sh
+ExecStart=/krebs/bin/set-hostname.sh
[Install]
WantedBy=multi-user.target