465
by Scott Moser
Add sample/example systemd config files |
1 |
[Unit]
|
2 |
Description=Initial cloud-init job (metadata service crawler) |
|
3 |
After=local-fs.target network.target cloud-init-local.service |
|
4 |
Requires=network.target |
|
5 |
Wants=local-fs.target cloud-init-local.service |
|
6 |
||
7 |
[Service]
|
|
8 |
Type=oneshot |
|
9 |
ExecStart=/usr/bin/cloud-init start |
|
10 |
RemainAfterExit=yes |
|
11 |
||
12 |
[Install]
|
|
13 |
WantedBy=multi-user.target |