File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
159160sed '/^autoballoon=/d;/^lockfile=/d' -i /etc/xen/xl.conf
160161echo 'autoballoon=0' >> /etc/xen/xl.conf
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
194196if [ "$1" = 0 ] ; then
195197 # no more packages left
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
205208if [ "$1" = 0 ] ; then
206209 # no more packages left
You can’t perform that action at this time.
0 commit comments