core-agent-linux/vm-systemd/NetworkManager.service.d/30_qubes.conf
Marek Marczykowski-Górecki 60d16ea587
systemd: improve ordering of systemd units
- qubes-misc-post.service is no longer responsible for mounting /rw
- both qubes-sysinit.service and qubes-mount-dirs.service are part of
  basic.target, so no need to mention them explicitly (as long as
  DefaultDependencies=yes)

QubesOS/qubes-issues#2198
2016-07-27 05:19:47 +02:00

10 lines
236 B
Plaintext

[Unit]
ConditionPathExists=/var/run/qubes-service/network-manager
# For /rw
After=qubes-mount-dirs.service
# For /var/run/qubes-service
After=qubes-sysinit.service
[Service]
ExecStartPre=/usr/lib/qubes/network-manager-prepare-conf-dir