This commit is contained in:
Wang Sen Di
2025-11-23 14:15:20 +08:00
parent dbd83b7705
commit 6ba67a8d85
22 changed files with 519 additions and 0 deletions

12
boot/update.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# 每次 git 更行后的操作
__main() {
# service rsyslog restart
# service cron restart
service cron reload
pkill -f '/default/update.sh sleep'
}
__main