mirror of https://github.com/k3s-io/k3s
commit
0aa62edaf5
|
@ -7,6 +7,9 @@ start on (net-device-up
|
|||
|
||||
respawn
|
||||
|
||||
# set max open files
|
||||
limit nofile 2048 4096
|
||||
|
||||
pre-start script
|
||||
# see also https://github.com/jainvipin/kubernetes-ubuntu-start
|
||||
ETCD=/opt/bin/$UPSTART_JOB
|
||||
|
|
Loading…
Reference in New Issue