f0b1271a5e
It is common for dom0 and VM, so keep in one place for both of them.
13 lines
307 B
Desktop File
13 lines
307 B
Desktop File
[Unit]
|
|
Description=Qubes memory information reporter
|
|
ConditionPathExists=/var/run/qubes-service/meminfo-writer
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/meminfo-writer 30000 100000 /var/run/meminfo-writer.pid
|
|
PIDFile=/var/run/meminfo-writer.pid
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|