examples: update for removed cmdmon authentication

This commit is contained in:
Miroslav Lichvar
2015-08-26 09:49:19 +02:00
parent b9cfdaf666
commit eb0c7e33d2
5 changed files with 16 additions and 55 deletions

View File

@@ -3,6 +3,6 @@
nocreate
sharedscripts
postrotate
/usr/bin/chronyc -a cyclelogs > /dev/null 2>&1 || true
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
endscript
}