diff options
Diffstat (limited to 'systemd/cloud-init-local.service')
-rw-r--r-- | systemd/cloud-init-local.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/cloud-init-local.service b/systemd/cloud-init-local.service new file mode 100644 index 00000000..2d57567f --- /dev/null +++ b/systemd/cloud-init-local.service @@ -0,0 +1,12 @@ +[Unit] +Description=Initial cloud-init job (pre-networking) +Wants=local-fs.target +After=local-fs.target + +[Service] +Type=oneshot +ExecStart=/usr/bin/cloud-init start-local +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target |