From 6f69b214ddc43c6dfda158345b58101a20709480 Mon Sep 17 00:00:00 2001 From: RaSCSI User Date: Mon, 14 Mar 2022 02:34:20 +0000 Subject: [PATCH] restore original command --- src/raspberrypi/os_integration/rascsi.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/os_integration/rascsi.service b/src/raspberrypi/os_integration/rascsi.service index c0495b44..30a2a5bf 100644 --- a/src/raspberrypi/os_integration/rascsi.service +++ b/src/raspberrypi/os_integration/rascsi.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=simple Restart=always -ExecStart=/usr/bin/nice -15 bash -c "/usr/local/bin/rascsi -r 7 -F /home/pi/images" +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: #