core-admin/dom0/systemd/qubes-qmemman.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
202 B
Desktop File

[Unit]
Description=Qubes memory management daemon
After=qubes-core.service
[Service]
Type=forking
ExecStart=/usr/lib/qubes/qmemman_daemon.py
StandardOutput=syslog
[Install]
WantedBy=multi-user.target