mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #5361 from yinchuan/patch-2
add resource limits in salt-master.upstart to correct issuse #5323
This commit is contained in:
commit
cd0f69ebbd
@ -4,6 +4,7 @@ start on (net-device-up
|
|||||||
and local-filesystems
|
and local-filesystems
|
||||||
and runlevel [2345])
|
and runlevel [2345])
|
||||||
stop on runlevel [!2345]
|
stop on runlevel [!2345]
|
||||||
|
limit nofile 100000 100000
|
||||||
|
|
||||||
script
|
script
|
||||||
exec salt-master
|
exec salt-master
|
||||||
|
Loading…
Reference in New Issue
Block a user