This commit is contained in:
zeaslity
2024-10-30 16:30:51 +08:00
commit 437acbeb63
3363 changed files with 653948 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Run restore_from_reboot 10s after boot
[Timer]
OnBootSec=10
Unit=restore_from_reboot.service
[Install]
WantedBy=multi-user.target
# /etc/systemd/system/restore_from_reboot.timer
# sudo systemctl daemon-reload
sudo systemctl enable restore_from_reboot.timer
journalctl -u restore_from_reboot -n 150 -f