mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ start on (net-device-up
|
|||
and local-filesystems
|
||||
and runlevel [2345])
|
||||
stop on runlevel [!2345]
|
||||
limit nofile 100000 100000
|
||||
|
||||
script
|
||||
exec salt-master
|
||||
|
|
Loading…
Add table
Reference in a new issue