mirror of
https://github.com/rancher/os.git
synced 2025-08-08 02:04:13 +00:00
18 lines
427 B
Desktop File
18 lines
427 B
Desktop File
[Unit]
|
|
Description=RancherOS Automatic Installation
|
|
Documentation=https://github.com/rancher/os
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Before=getty-pre.target serial-getty@ttyS0.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/etc/default/%N
|
|
EnvironmentFile=-/etc/sysconfig/%N
|
|
TimeoutStartSec=0
|
|
StandardOutput=journal+console
|
|
ExecStart=/usr/sbin/ros-installer -automatic
|