2013-06-04 15:11:10 +00:00
|
|
|
[Unit]
|
|
|
|
Description=xen domU service for domain %i
|
|
|
|
Requires=xenstored.service
|
2013-06-07 07:14:38 +00:00
|
|
|
ConditionVirtualization=xen
|
2013-06-04 15:11:10 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2013-06-04 15:32:55 +00:00
|
|
|
ExecStart=/usr/bin/xl create /etc/xen/conf/%i.cfg
|
|
|
|
ExecStop=/usr/bin/xl shutdown %i
|
2013-06-04 15:11:10 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|