diff options
Diffstat (limited to 'filehooker/root-image/etc/systemd/system/filehooker-hostname.service')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/filehooker-hostname.service | 4 |
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 |