guanghulab/scripts/boot-heal/guanghulab-boot-heal.service
铸渊 (ICE-GL-ZY001) ef9e897483 feat: 开机自愈脚本 — CVM开机自动拉起服务+检测IP变化
- scripts/boot-heal/boot-heal.sh — 开机自愈主脚本
- scripts/boot-heal/guanghulab-boot-heal.service — systemd服务单元

功能: 检测IP变化/拉起Forgejo+Nginx+Runner/恢复PM2进程/检查SSL/输出健康报告
2026-05-13 04:44:42 +00:00

15 lines
351 B
Desktop File

[Unit]
Description=光湖 · 开机自愈 (GuanghuLab Boot Heal)
After=network-online.target forgejo.service nginx.service
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/bash /data/guanghulab/repo/scripts/boot-heal/boot-heal.sh
RemainAfterExit=yes
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target