Move local logs to .local/log
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
88927bbf39
commit
08dd4d1464
4 changed files with 4 additions and 4 deletions
|
@ -10,5 +10,5 @@
|
|||
# USAGE:
|
||||
# This file is loaded on boot by crontab.
|
||||
|
||||
# Synchronize Google Drive
|
||||
*/10 * * * * grive -d -p /home/severin/GoogleDrive/ >> /home/severin/.logs/cron.log 2>&1
|
||||
# Synchronize Google Drive every 30 minutes
|
||||
*/30 * * * * grive -d -p /home/severin/GoogleDrive/ >> $XDG_LOG_HOME/cron.log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue