mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
7975ce009a
We actually want salt-master processes in the same control group to be
terminated and this was only introduced to fix the 'minion upgrades
itself' problem, which applies to salt-minion, but not to salt-master.
This change was introduced in d288539
to fix #29295, which discusses the
need to include 'KillMode=process' for the salt-minion on Debian
systems.
13 lines
190 B
Desktop File
13 lines
190 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/bin/salt-master
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|