cronie
cronie
In archlinux, using crontab need to install a package named cronie
1 | sudo pacman -S cronie |
make it start at boot and start it
1 | sudo systemctl enable cronie |
edit crontab with vim, because default editor is vi
1 | EDITOR=vim crontab -e |
list all crontab
1 | crontab -l |
it seems that cannot use notify-send
command and i don’t know how to resolve it.