15 lines
351 B
Desktop File
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
|