mirror of https://gitee.com/bigwinds/arangodb
fix logrotate command (#4125)
This commit is contained in:
parent
cfe94a0913
commit
0bb6abb106
|
@ -5,6 +5,6 @@
|
||||||
delaycompress
|
delaycompress
|
||||||
create 640 arangodb adm
|
create 640 arangodb adm
|
||||||
postrotate
|
postrotate
|
||||||
systemctl -q is-active @SERVICE_NAME@ && systemctl kill --signal=SIGHUP arangoddb3
|
systemctl -q is-active @SERVICE_NAME@ && systemctl kill --signal=SIGHUP arangodb3
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue