fix: Change the systemd KillMode from control-group to mixed (#13849)
This commit is contained in:
parent
c5aef4e3b9
commit
b39ea2e934
|
|
@ -12,7 +12,8 @@ ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-director
|
|||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
RestartForceExitStatus=SIGPIPE
|
||||
KillMode=control-group
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=5
|
||||
LimitMEMLOCK=8M:8M
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Reference in New Issue