/etc/init/xe-cloud.conf is in xe-guest-utilities 6.2.0-1120+dsf1-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # xe-cloud - block cloud-init-local until after xe-daemon has started
#
description xe-cloud
start on starting cloud-init-nonet
console output
task
script
start wait-for-state WAITER=cloud-init-nonet WAIT_FOR=xe-daemon WAIT_STATE=running || :
end script
|