mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
use KillMode=process for salt-minion.service
This commit is contained in:
parent
eba360870a
commit
6ceafbbf3a
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ After=network.target salt-master.service
|
|||
|
||||
[Service]
|
||||
Type=notify
|
||||
KillMode=process
|
||||
NotifyAccess=all
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-minion
|
||||
|
|
|
@ -4,6 +4,7 @@ Documentation=man:salt-minion(1) file:///usr/share/doc/salt/html/contents.html h
|
|||
After=network.target salt-master.service
|
||||
|
||||
[Service]
|
||||
KillMode=process
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
LimitNOFILE=8192
|
||||
|
|
Loading…
Add table
Reference in a new issue