2012-01-10 12:10:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Prepare Qubes DispVM Template
|
|
|
|
ConditionPathExists=/var/run/qubes-service/qubes-dvm
|
2012-07-12 03:51:09 +02:00
|
|
|
After=systemd-readahead-replay.service
|
2012-01-10 12:10:16 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/qubes/init/prepare-dvm.sh
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|