mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
salt-api.service:LimitNOFILE=8192
salt-master.service:LimitNOFILE=16384 salt-minion.service:LimitNOFILE=8192 salt-syndic.service:LimitNOFILE=8192
This commit is contained in:
parent
9980a251e4
commit
307ded4e98
4 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,7 @@ After=syslog.target network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-api
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -3,10 +3,7 @@ Description=The Salt Master Server
|
|||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
# see system.directives(7)
|
||||
# The following is required for increasing open file limits on hosts managed by systemd
|
||||
#LimitNOFILE=16384
|
||||
|
||||
LimitNOFILE=16384
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/salt-master
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ After=syslog.target network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-minion
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -4,6 +4,7 @@ After=syslog.target network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-syndic
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue