mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
linux: Update systemd service to use KillMode=control-group (#6096)
This commit is contained in:
parent
4a7c64b030
commit
f3b3cd1c7d
@ -12,7 +12,7 @@ ExecStart=/usr/bin/osqueryd \
|
||||
--flagfile $FLAG_FILE \
|
||||
--config_path $CONFIG_FILE
|
||||
Restart=on-failure
|
||||
KillMode=process
|
||||
KillMode=control-group
|
||||
KillSignal=SIGTERM
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user