diff options
Diffstat (limited to 'filehooker/root-image/etc/systemd/system')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/start-ncdc@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filehooker/root-image/etc/systemd/system/start-ncdc@.service b/filehooker/root-image/etc/systemd/system/start-ncdc@.service index 2c897126..1189be0f 100644 --- a/filehooker/root-image/etc/systemd/system/start-ncdc@.service +++ b/filehooker/root-image/etc/systemd/system/start-ncdc@.service @@ -1,6 +1,6 @@ [Unit] Description=ncdc autoconfig and startup for %i -Requires=network.target local-fs.target +After=network.target local-fs.target multi-user.target filehooker-hostname.service [Service] Type=oneshot |