Skip to content

Commit

Permalink
don't declare LOGDIR variable in debian crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Matyukhin committed Apr 3, 2013
1 parent 229f33a commit 127efb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/cron.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# vim: ft=crontab
LOGDIR=/var/log/ubic

* * * * * root ubic-watchdog ubic.watchdog >>$LOGDIR/cron-watchdog.log 2>>$LOGDIR/cron-watchdog.err.log
* * * * * root ubic-watchdog ubic.watchdog >>/var/log/ubic/cron-watchdog.log 2>>/var/log/ubic/cron-watchdog.err.log

0 comments on commit 127efb2

Please sign in to comment.