1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 18:20:32 +00:00
Files
os/framework/files/usr/lib/systemd/system/rancherd.service

24 lines
613 B
SYSTEMD
Raw Normal View History

2021-10-05 16:38:28 -07:00
[Unit]
Description=Rancher Bootstrap
Documentation=https://github.com/rancher/rancherd
Wants=network-online.target
After=network-online.target
[Install]
WantedBy=multi-user.target
[Service]
Type=oneshot
EnvironmentFile=-/etc/default/%N
EnvironmentFile=-/etc/sysconfig/%N
KillMode=process
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=1048576
LimitNPROC=infinity
LimitCORE=infinity
TasksMax=infinity
2021-10-29 12:20:35 -07:00
StandardOutput=journal+console
2021-10-05 16:38:28 -07:00
TimeoutStartSec=0
ExecStart=/usr/bin/rancherd bootstrap