f0b1271a5e
It is common for dom0 and VM, so keep in one place for both of them.
14 lines
299 B
Desktop File
14 lines
299 B
Desktop File
[Unit]
|
|
Description=Qubes memory information reporter
|
|
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
|