core-admin/dom0/systemd/qubes-meminfo-writer.service
Marek Marczykowski b8ccfd6e2e dom0/init: implement systemd unit files
They cover standard init.d scripts when system have systemd, so can be placed
both in one package.
2013-01-27 00:04:40 +01:00

12 lines
214 B
Desktop File

[Unit]
Description=Qubes memory information reporter
After=qubes-core.service
[Service]
Type=simple
ExecStart=/usr/lib/qubes/meminfo-writer 30000 100000
StandardOutput=syslog
[Install]
WantedBy=multi-user.target