Change email in all files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
607cab9e94
commit
348ece6f11
49 changed files with 78 additions and 45 deletions
|
@ -2,7 +2,7 @@
|
|||
# .config/cron/crontab
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This file contains my cronjobs.
|
||||
|
@ -14,7 +14,10 @@
|
|||
*/30 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
|
||||
|
||||
# Sync pacman databases every 30 minutes
|
||||
*/30 * * * * sudo $HOME/.local/bin/sync-package >> $HOME/.local/log/cron.log
|
||||
*/30 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log
|
||||
|
||||
# Synchronize notes every 5 minutes
|
||||
*/5 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
|
||||
|
||||
# Synchronize rss feeds every 10 minutes
|
||||
*/10 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue