mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use Type=notify for debian systemd units
This commit is contained in:
parent
036d73f31b
commit
ddd44e9b13
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
EnvironmentFile=/etc/default/salt-api
|
||||
LimitNOFILE=8192
|
||||
Type=simple
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
ExecStart=/usr/bin/salt-api
|
||||
Restart=$RESTART
|
||||
|
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
EnvironmentFile=/etc/default/salt-master
|
||||
LimitNOFILE=16384
|
||||
Type=simple
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
ExecStart=/usr/bin/salt-master
|
||||
Restart=$RESTART
|
||||
|
|
|
@ -4,7 +4,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/default/salt-minion
|
||||
Type=simple
|
||||
Type=notify
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-minion
|
||||
Restart=$RESTART
|
||||
|
|
|
@ -4,7 +4,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/default/salt-syndic
|
||||
Type=simple
|
||||
Type=notify
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/bin/salt-syndic
|
||||
Restart=$RESTART
|
||||
|
|
Loading…
Add table
Reference in a new issue