[Unit] Description=HighByte Intelligence Hub After=network.target [Service] Type=exec WorkingDirectory=/opt/highbyte/runtime/ ExecStart=/opt/highbyte/runtime/start-linux.sh ExecStop=/opt/highbyte/runtime/stop-linux.sh ExecStop=/usr/bin/sh -c 'while kill -0 $MAINPID 2>/dev/null; do sleep 1; done' TimeoutStopSec=15 RestartSec=10 Restart=always [Install] WantedBy=multi-user.target