18 lines
436 B
Desktop File
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
|