6cd4a1b888
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.
15 lines
336 B
Desktop File
15 lines
336 B
Desktop File
[Unit]
|
|
Description=Qubes memory information reporter
|
|
Before=systemd-user-sessions.service
|
|
After=qubes-core.service qubes-qmemman.service
|
|
ConditionPathExists=/var/run/qubes/qmemman.sock
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/meminfo-writer 30000 100000
|
|
StandardOutput=syslog
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|