Move .crontab to .config/cron/crontab
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
4d9092f4b7
commit
d2a27f0df5
8 changed files with 220 additions and 33 deletions
|
@ -23,7 +23,7 @@ fi
|
|||
dconf load / < "${HOME}/.config/dconf/root.conf"
|
||||
|
||||
# Activate correct crontab file
|
||||
crontab "${HOME}/.crontab"
|
||||
crontab "${$XDG_CONFIG_HOME}/cron/crontab"
|
||||
|
||||
# If we are on tty1 we start the x-server
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue