feat: HELIOS Remote v5.0.0 Final Release & Systemd Auto-Start Daemon
This commit is contained in:
17
service/helios-remote.service
Normal file
17
service/helios-remote.service
Normal 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
|
||||
Reference in New Issue
Block a user