Files
Helios_Remote/service/helios-remote.service
admin c11afbedd1
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
feat: HELIOS Remote v5.0.0 Final Release & Systemd Auto-Start Daemon
2026-07-26 20:07:09 +09:00

18 lines
436 B
Desktop File

[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