Advertisement
Guest User

Untitled

a guest
Jul 17th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $ cat apt-daily.timer
  2. [Unit]
  3. Description=Daily apt download activities
  4.  
  5. [Timer]
  6. OnCalendar=*-*-* 6,18:00
  7. RandomizedDelaySec=12h
  8. Persistent=true
  9.  
  10. [Install]
  11. WantedBy=timers.target
  12. $ cat apt-daily
  13. apt-daily.service apt-daily.timer apt-daily-upgrade.service apt-daily-upgrade.timer
  14. $ cat apt-daily-upgrade.timer
  15. [Unit]
  16. Description=Daily apt upgrade and clean activities
  17. After=apt-daily.timer
  18.  
  19. [Timer]
  20. OnCalendar=*-*-* 6:00
  21. RandomizedDelaySec=60m
  22. Persistent=true
  23.  
  24. [Install]
  25. WantedBy=timers.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement