Skip to content

Commit 17f7367

Browse files
committed
Enable disposable preload service via preset
Fixes: QubesOS/qubes-issues#10146 For: QubesOS/qubes-issues#1512
1 parent 8de4cd0 commit 17f7367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rpm_spec/core-dom0.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/qubes/backup
155155
%systemd_post qubes-core.service
156156
%systemd_post qubes-qmemman.service
157157
%systemd_post qubesd.service
158+
%systemd_post qubes-preload-dispvm.service
158159

159160
sed '/^autoballoon=/d;/^lockfile=/d' -i /etc/xen/xl.conf
160161
echo 'autoballoon=0' >> /etc/xen/xl.conf
@@ -190,6 +191,7 @@ fi
190191
%systemd_preun qubes-core.service
191192
%systemd_preun qubes-qmemman.service
192193
%systemd_preun qubesd.service
194+
%systemd_preun qubes-preload-dispvm.service
193195

194196
if [ "$1" = 0 ] ; then
195197
# no more packages left
@@ -201,6 +203,7 @@ fi
201203
%systemd_postun qubes-core.service
202204
%systemd_postun_with_restart qubes-qmemman.service
203205
%systemd_postun_with_restart qubesd.service
206+
%systemd_postun qubes-preload-dispvm.service
204207

205208
if [ "$1" = 0 ] ; then
206209
# no more packages left

0 commit comments

Comments
 (0)