feat: HELIOS Remote v5.0.0 Final Release & Systemd Auto-Start Daemon
Some checks failed
HELIOS Remote CI/CD Pipeline / Check & Test Workspace (push) Has been cancelled
HELIOS Remote CI/CD Pipeline / Build Release Binaries (push) Has been cancelled

This commit is contained in:
2026-07-26 20:07:09 +09:00
parent be8c4329ca
commit c11afbedd1
58 changed files with 6454 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=HELIOS Remote Control & Monitoring System Daemon
After=network.target network-online.target
Wants=network-online.target
[Service]
Type=forking
User=jkwoo
WorkingDirectory=/home/jkwoo/workspace/helios_remote
ExecStart=/home/jkwoo/workspace/helios_remote/start_system.sh
ExecStop=/home/jkwoo/workspace/helios_remote/stop_system.sh
Restart=on-failure
RestartSec=5
KillMode=process
[Install]
WantedBy=multi-user.target