diff --git a/etc/systemd/flowforge.service-skel b/etc/systemd/flowforge.service-skel index 445d5e2..edb34bc 100644 --- a/etc/systemd/flowforge.service-skel +++ b/etc/systemd/flowforge.service-skel @@ -17,7 +17,7 @@ EnvironmentFile=-/opt/flowforge/environment # uncomment next line if you need to wait for time sync before starting #ExecStartPre=/bin/bash -c '/bin/journalctl -b -u systemd-timesyncd | /bin/grep -q "systemd-timesyncd.* Synchronized to time server"' -ExecStart=/opt/flowforge/flowforge.sh +ExecStart=/opt/flowforge/bin/flowforge.sh # Use SIGINT to stop KillSignal=SIGINT # Auto restart on crash