www-apps/gotify-server-bin: Fix logrotate script, again.
continuous-integration/drone/push Build is passing Details

Service needs to be restarted to re-create logfile.
This commit is contained in:
tastytea 2021-09-13 15:41:12 +02:00
parent a9a1bb57a6
commit 9639b06e71
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@
missingok
notifempty
sharedscripts
postrotate
rc-service gotify-server-bin restart > /dev/null
endscript
}