Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,18 @@
[Unit]
Description=Sync time from ME
Wants=ipmb.service
After=ipmb.service
#ipmb may not ready for communication when
#me-time-sync start, add some retry
[Service]
Type=simple
Restart=always
StartLimitInterval=90
StartLimitBurst=5
ExecStart=/usr/bin/me-time-sync.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target