- [Unit]
- Description=Prepare Qubes DispVM Template
- ConditionPathExists=/var/run/qubes-service/qubes-dvm
- After=systemd-readahead-replay.service
- Before=xendriverdomain.service
- [Service]
- Type=oneshot
- RemainAfterExit=yes
- ExecStart=/usr/lib/qubes/init/prepare-dvm.sh
- StandardOutput=syslog
- [Install]
- WantedBy=multi-user.target
|