mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Avoid failures on SLES 12 SP2 because of new systemd TaskMax limit (bsc#985112)
This commit is contained in:
parent
8c89378b0d
commit
22d884f478
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ After=network.target
|
|||
LimitNOFILE=16384
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/salt-master
|
||||
TasksMax=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue