文档结构整理

This commit is contained in:
狐狸Nomad
2023-03-03 16:37:07 +08:00
parent c384d28039
commit 13976f0416
94 changed files with 101 additions and 102 deletions
+22
View File
@@ -0,0 +1,22 @@
### Editing /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf
### Anything between here and the comment below will become the new contents of the file
[Timer]
OnCalendar=
OnCalendar=02:00
RandomizedDelaySec=0
### Lines below this comment will be discarded
### /lib/systemd/system/apt-daily-upgrade.timer
# [Unit]
# Description=Daily apt upgrade and clean activities
# After=apt-daily.timer
#
# [Timer]
# OnCalendar=*-*-* 6:00
# RandomizedDelaySec=60m
# Persistent=true
#
# [Install]
# WantedBy=timers.target