b8ccfd6e2e
They cover standard init.d scripts when system have systemd, so can be placed both in one package.
12 lines
202 B
Desktop File
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
|