summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-config-cloud-init.service
blob: ba6f90e6dc71252902ef7f9b97cf9552344207ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Pre-configure Cloud-init
DefaultDependencies=no
Requires=systemd-remount-fs.service
Requires=systemd-udevd.service
Wants=network-pre.target
After=systemd-remount-fs.service
After=systemd-udevd.service
Before=cloud-init-local.service

[Service]
Type=oneshot
ExecStart=/usr/libexec/vyos/system/vyos-config-cloud-init.py
TimeoutSec=120
KillMode=process
StandardOutput=journal+console

[Install]
WantedBy=cloud-init-local.service