1
0
mirror of https://github.com/rancher/os.git synced 2025-07-16 08:05:51 +00:00
os/files/lib/systemd/system/rancherd.service
Darren Shepherd 2072aaad9c Work arounds
2021-06-27 00:14:52 -07:00

23 lines
582 B
Desktop File

[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
TimeoutStartSec=0
ExecStart=/usr/bin/rancherd bootstrap