Order qubes-meminfo-writer-dom0 before systemd-user-sessions

qubes-vm@.service would already cause this ordering, but not every user
has any autostart=True VMs.

Also needed to maybe f*x QubesOS/qubes-issues#3149 at some point.
This commit is contained in:
Rusty Bird 2018-09-06 16:23:12 +00:00
parent ab7ca7be89
commit 6cd4a1b888
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -1,5 +1,6 @@
[Unit] [Unit]
Description=Qubes memory information reporter Description=Qubes memory information reporter
Before=systemd-user-sessions.service
After=qubes-core.service qubes-qmemman.service After=qubes-core.service qubes-qmemman.service
ConditionPathExists=/var/run/qubes/qmemman.sock ConditionPathExists=/var/run/qubes/qmemman.sock