Skip to content

Commit

Permalink
Update homepass
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephiel committed Feb 11, 2015
1 parent 407e58f commit a2c52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/crontabs/homepass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# m h dom mon dow command
# Run homepass every 2 minutes
*/2 * * * * /usr/bin/homepass 2>&1 >> /tmp/homepass.log
*/2 * * * * /usr/bin/homepass.sh 2>&1 >> /tmp/homepass.log
# Clean log file every 8 hours
0 */8 * * * echo "$(date): Log truncated." > /tmp/homepass.log

0 comments on commit a2c52ad

Please sign in to comment.