diff --git a/install.sh b/install.sh index 4db71ef..7f03210 100755 --- a/install.sh +++ b/install.sh @@ -268,6 +268,8 @@ install_data misc_systemd_units/wait-network-online.service \ "$DESTDIR$systemdunitdir/wait-network-online.service" install_data misc_etc_files/modprobe.d/disable-i915.conf "$DESTDIR$sysconfdir/modprobe.d/disable-i915.conf" install_data misc_systemd_units/i915.service "$DESTDIR$systemdunitdir/i915.service" +install_data misc_systemd_units/mxstartup.service.d/fix-tmp.conf \ + "$DESTDIR$systemdunitdir/mxstartup.service.d/fix-tmp.conf" postinstall exit diff --git a/misc_systemd_units/mxstartup.service.d/fix-tmp.conf b/misc_systemd_units/mxstartup.service.d/fix-tmp.conf new file mode 100644 index 0000000..b4db881 --- /dev/null +++ b/misc_systemd_units/mxstartup.service.d/fix-tmp.conf @@ -0,0 +1,10 @@ +# Can be removed when mxtstartup.service is moved from the mxstartup bee +# package into mxtools and corrected. +# +# Order after network-online, because we don't know about the requirements of +# the services started from mxstartup. Also, sometimes host names are used, +# which required dns + +[Unit] +After=network-online.target +Wants=network-online.target