4a4fb5e243
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).
12 lines
201 B
Desktop File
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
|