You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-linux-utils/qmemman/qubes-meminfo-writer-dom0.s...

15 lines
336 B

[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