1
0
Fork 0

fix logrotate command (#4125)

This commit is contained in:
Jan 2017-12-22 11:09:23 +01:00 committed by GitHub
parent cfe94a0913
commit 0bb6abb106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
delaycompress
create 640 arangodb adm
postrotate
systemctl -q is-active @SERVICE_NAME@ && systemctl kill --signal=SIGHUP arangoddb3
systemctl -q is-active @SERVICE_NAME@ && systemctl kill --signal=SIGHUP arangodb3
endscript
}