mirror of
https://github.com/rancher/os.git
synced 2025-08-03 16:00:40 +00:00
14 lines
289 B
Desktop File
14 lines
289 B
Desktop File
[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
|