diff options
author | makefu <github@syntax-fehler.de> | 2014-03-19 12:23:56 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-19 12:23:56 +0100 |
commit | 9313a5c2ddc276d56e0b2d100ea463a939270399 (patch) | |
tree | e9f6ad3f67875808cba51eb960ea5c7303e0c888 /filehooker/root-image/etc | |
parent | d54b633fa363f4c04c77369b1add4c9120dbbba0 (diff) |
filehooker: hostname should be changed before network is ever available
Diffstat (limited to 'filehooker/root-image/etc')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/filehooker-hostname.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filehooker/root-image/etc/systemd/system/filehooker-hostname.service b/filehooker/root-image/etc/systemd/system/filehooker-hostname.service index 67879d82..8a23773c 100644 --- a/filehooker/root-image/etc/systemd/system/filehooker-hostname.service +++ b/filehooker/root-image/etc/systemd/system/filehooker-hostname.service @@ -1,6 +1,6 @@ [Unit] Description=change filehooker hostname -Before=network.target +Before=network.target nss-lookup.target [Service] Type=oneshot |