Advertisement
virtualm

crontab_kimenete.txt

Apr 20th, 2021
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. pi@raspberrypi:~ $ crontab -l
  2. # Edit this file to introduce tasks to be run by cron.
  3. #
  4. # Each task to run has to be defined through a single line
  5. # indicating with different fields when the task will be run
  6. # and what command to run for the task
  7. #
  8. # To define the time you can provide concrete values for
  9. # minute (m), hour (h), day of month (dom), month (mon),
  10. # and day of week (dow) or use '*' in these fields (for 'any').
  11. #
  12. # Notice that tasks will be started based on the cron's system
  13. # daemon's notion of time and timezones.
  14. #
  15. # Output of the crontab jobs (including errors) is sent through
  16. # email to the user the crontab file belongs to (unless redirected).
  17. #
  18. # For example, you can run a backup of all your user accounts
  19. # at 5 a.m every week with:
  20. # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
  21. #
  22. # For more information see the manual pages of crontab(5) and cron(8)
  23. #
  24. # m h dom mon dow command
  25. @reboot sudo -u pi /home/pi/repos/pytest/mobil_files/teszt_futtato.sh
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement