Changes between Version 25 and Version 26 of AutomatischeUpdates
- Timestamp:
- Mar 6, 2023, 8:10:31 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AutomatischeUpdates
v25 v26 48 48 systemctl status apt-daily-upgrade.timer 49 49 }}} 50 * Die Konfiguration wird durch folgende Datei definiert 51 {{{ 52 /usr/lib/systemd/system/apt-daily-upgrade.timer 53 }}} 54 * Inhalt (): 55 {{{ 56 [Unit] 57 Description=Daily apt upgrade and clean activities 58 After=apt-daily.timer 59 60 [Timer] 61 OnCalendar=*-*-* 6:00 62 RandomizedDelaySec=60m 63 Persistent=true 64 65 [Install] 66 WantedBy=timers.target 67 }}} 68 50 69 51 70 == Installation