contrib: systemd: add KillMode=process to support restarts
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
7465244d7d
commit
ce9ec30828
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ExecStart=/usr/local/bin/ocid \
|
|||
$OCID_NETWORK_OPTIONS \
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
TasksMax=8192
|
||||
KillMode=process
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue