Skip to content

Commit

Permalink
Merge pull request #10 from flowforge/release-0.1.0
Browse files Browse the repository at this point in the history
Fix path to flowforge.sh for service
  • Loading branch information
hardillb authored Jan 20, 2022
2 parents 3d115a1 + 3d89d85 commit 2f6c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/flowforge.service-skel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f6c600

Please sign in to comment.