mirror of
https://github.com/rancher/os.git
synced 2025-06-30 08:41:48 +00:00
13 lines
251 B
SYSTEMD
13 lines
251 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load cloud-config from %f
|
||
|
Requires=dbus.service
|
||
|
After=dbus.service
|
||
|
Before=system-config.target
|
||
|
ConditionFileNotEmpty=%f
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
TimeoutSec=10min
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/coreos-cloudinit --from-file=%f
|