Improve crontab

This commit is contained in:
Andrea Cardaci 2018-07-16 13:37:17 +02:00
parent 85b99ce89f
commit e50f44521e

View File

@ -1,7 +1,9 @@
--- ---
functions: functions:
execute-non-interactive:
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
sudo-enabled: sudo-enabled:
- description: edit root's crontab and run arbitrary commands as root. - description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: | code: sudo crontab -e
sudo crontab -e
--- ---