mirror of
https://github.com/rancher/os.git
synced 2025-08-04 00:10:23 +00:00
14 lines
289 B
SYSTEMD
14 lines
289 B
SYSTEMD
|
[Unit]
|
||
|
Description=RancherOS Populated Node Labels
|
||
|
Documentation=https://github.com/rancher/os
|
||
|
Before=network-online.target
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
EnvironmentFile=-/etc/default/%N
|
||
|
EnvironmentFile=-/etc/sysconfig/%N
|
||
|
ExecStart=ros-populate-node-labels
|