From c9c97baa3c23c5149944a35dc74303915f8dab4a Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 24 Sep 2021 13:06:26 -0700 Subject: [PATCH] Fix example --- src/raspberrypi/os_integration/rascsi.service | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/os_integration/rascsi.service b/src/raspberrypi/os_integration/rascsi.service index 3a61122b..b7251258 100644 --- a/src/raspberrypi/os_integration/rascsi.service +++ b/src/raspberrypi/os_integration/rascsi.service @@ -8,6 +8,7 @@ Restart=always ExecStart=/usr/local/bin/rascsi -r 7 # Example 1: If you want to automatically attach a hard disk at startup, # say an image called harddisk.hds on SCSI ID 1, change the ExecStart line to: +# # ExecStart=/usr/local/bin/rascsi -ID1 /home/pi/images/harddisk.hds # # Example 2: If you want to reserve SCSI IDs to prevent usage, add '-r' followed by