6d0cc13c13
This is done by readahead, so just let it done its work before suspend.
14 lines
290 B
Desktop File
14 lines
290 B
Desktop File
[Unit]
|
|
Description=Prepare Qubes DispVM Template
|
|
ConditionPathExists=/var/run/qubes-service/qubes-dvm
|
|
After=systemd-readahead-replay.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/init/prepare-dvm.sh
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|