qubes-dvm.service 321 B

1234567891011121314
  1. [Unit]
  2. Description=Prepare Qubes DispVM Template
  3. ConditionPathExists=/var/run/qubes-service/qubes-dvm
  4. After=systemd-readahead-replay.service
  5. Before=xendriverdomain.service
  6. [Service]
  7. Type=oneshot
  8. RemainAfterExit=yes
  9. ExecStart=/usr/lib/qubes/init/prepare-dvm.sh
  10. StandardOutput=syslog
  11. [Install]
  12. WantedBy=multi-user.target