Advertisement
spacedementia87

cronjobs not running

Jun 5th, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. LibreELEC:~ # crontab -l
  2. @reboot /storage/.kodi/addons/virtual.system-tools/bin/screen -dmS sync /storage/scripts/sync.sh > /storage/crontv.log
  3. 37 * * * * /storage/.kodi/addons/virtual.system-tools/bin/screen -dmS sync /storage/scripts/sync.sh > /storage/cron.log
  4. LibreELEC:~ # ls -lh
  5. total 72
  6. drwxr-xr-x   10 root     root        4.0K May 20 16:25 Cinema Visiom
  7. drwxr-xr-x  302 root     root       20.0K Jun  1 22:44 Films
  8. drwxrwxrwx  148 root     root        4.0K Jun  5 19:22 TV
  9. drwxr-xr-x    2 root     root        4.0K May 14 20:16 backup
  10. drwx------    2 root     root       16.0K May 14 20:08 lost+found
  11. drwxr-xr-x    2 root     root        4.0K May 14 20:16 music
  12. drwxr-xr-x    2 root     root        4.0K May 14 21:38 oldbackup
  13. drwxr-xr-x    2 root     root        4.0K May 14 20:16 pictures
  14. drwxr-xr-x    2 root     root        4.0K May 14 20:16 screenshots
  15. drwxr-xr-x    2 root     root        4.0K May 20 15:39 scripts
  16. drwxr-xr-x    2 root     root        4.0K May 15 21:28 zips
  17. LibreELEC:~ # ls -lh
  18. total 72
  19. drwxr-xr-x   10 root     root        4.0K May 20 16:25 Cinema Visiom
  20. drwxr-xr-x  302 root     root       20.0K Jun  1 22:44 Films
  21. drwxrwxrwx  148 root     root        4.0K Jun  5 19:22 TV
  22. drwxr-xr-x    2 root     root        4.0K May 14 20:16 backup
  23. -rw-r--r--    1 root     root           0 Jun  5 19:57 cron.log
  24. drwx------    2 root     root       16.0K May 14 20:08 lost+found
  25. drwxr-xr-x    2 root     root        4.0K May 14 20:16 music
  26. drwxr-xr-x    2 root     root        4.0K May 14 21:38 oldbackup
  27. drwxr-xr-x    2 root     root        4.0K May 14 20:16 pictures
  28. drwxr-xr-x    2 root     root        4.0K May 14 20:16 screenshots
  29. drwxr-xr-x    2 root     root        4.0K May 20 15:39 scripts
  30. drwxr-xr-x    2 root     root        4.0K May 15 21:28 zips
  31. LibreELEC:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement