guanghulab/scripts/boot-heal/guanghulab-boot-heal.service
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08: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