diff --git a/install.sh b/install.sh index d58444c..8a41287 100755 --- a/install.sh +++ b/install.sh @@ -265,6 +265,8 @@ install_data misc_etc_files/request-key.d/id_resolver.conf \ "$DESTDIR$sysconfdir/request-key.d/id_resolver.conf" install_symlink /etc/local/access.conf "$DESTDIR$sysconfdir/security/access.conf" install_data misc_etc_files/cups/client.conf "$DESTDIR$sysconfdir/cups/client.conf" +install_data misc_etc_files/systemd/system/basic.target.d/want-network.conf \ + "$DESTDIR$sysconfdir/systemd/system/basic.target.d/want-network.conf" postinstall exit diff --git a/misc_etc_files/systemd/system/basic.target.d/want-network.conf b/misc_etc_files/systemd/system/basic.target.d/want-network.conf new file mode 100644 index 0000000..92a054f --- /dev/null +++ b/misc_etc_files/systemd/system/basic.target.d/want-network.conf @@ -0,0 +1,3 @@ +[Unit] + +Wants=network-online.target