From 54840f042042cea4db93dcae35a563079d78db78 Mon Sep 17 00:00:00 2001 From: Paul Rensing Date: Mon, 1 Jan 2024 12:51:02 -0500 Subject: [PATCH] Fix typo in systemd parameter (#1099) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 14fa346c5a..c2634dbd0d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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