core-admin/linux/systemd/qubes-qmemman.service
Marek Marczykowski 4a4fb5e243 qmemman: change process model from forking to single process + sd_notify
Forking daemon after initializing hypervisor connection can cause
problems (and actually does in case of libvirt).
To notify systemd when daemon is ready use notify socket (previously it
was termination of parent process).
2014-11-19 12:47:00 +01:00

12 lines
201 B
Desktop File

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