feat: publish HoloLake model-native living system source

This commit is contained in:
冰朔 2026-08-03 10:04:41 +08:00
commit c395dd3a99
2467 changed files with 615073 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[Unit]
Description=Guanghu OS hosted broadcast tower bootstrap
After=network.target
[Service]
Type=simple
User=guanghu
Group=guanghu
ExecStart=/guanghu/bin/guanghu-broadcast-tower serve /guanghu/current 127.0.0.1:8077 /guanghu/var/broadcast-tower/LIVE.hldp
Restart=on-failure
RestartSec=2
NoNewPrivileges=true
PrivateTmp=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/guanghu/var/broadcast-tower
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1,22 @@
[Unit]
Description=Guanghu Code Channel hosted Forgejo data plane
After=network.target
[Service]
Type=simple
User=forgejo
Group=forgejo
WorkingDirectory=/guanghu/code-channel
Environment=HOME=/guanghu/code-channel
Environment=FORGEJO_WORK_DIR=/guanghu/code-channel
ExecStart=/guanghu/code-channel/bin/forgejo-16.0.1 web --config /guanghu/code-channel/custom/conf/app.ini
Restart=on-failure
RestartSec=3
NoNewPrivileges=true
PrivateTmp=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/guanghu/code-channel/data /guanghu/code-channel/log
[Install]
WantedBy=multi-user.target