b8ccfd6e2e
They cover standard init.d scripts when system have systemd, so can be placed both in one package.
16 lines
374 B
Desktop File
16 lines
374 B
Desktop File
[Unit]
|
|
Description=Qubes Dom0 startup setup
|
|
# Cover legacy init.d script
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
StandardOuptut=syslog
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/startup-misc.sh
|
|
ExecStop=/usr/bin/qvm-shutdown -q --all --wait
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=qubes-block-cleaner.service qubes-meminfo-writer.service qubes-qmemman.service
|
|
Alias=qubes_core.service
|