Skip to content

Commit

Permalink
Fix typo in systemd parameter (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
prensing committed Jan 1, 2024
1 parent a9f1e50 commit 54840f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ WorkingDirectory=/opt/photonvision
Nice=-10
# for non-uniform CPUs, like big.LITTLE, you want to select the big cores
# look up the right values for your CPU
# AllowCPUs=4-7
# AllowedCPUs=4-7
ExecStart=/usr/bin/java -Xmx512m -jar /opt/photonvision/photonvision.jar
ExecStop=/bin/systemctl kill photonvision
Expand Down

0 comments on commit 54840f0

Please sign in to comment.