From 33d9864573aead9e7613fc5447a83aeb8fc249f7 Mon Sep 17 00:00:00 2001 From: RaSCSI User Date: Sun, 13 Feb 2022 03:07:20 +0000 Subject: [PATCH] Increase priority for RaSCSI Service --- 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 30a2a5bf..c0495b44 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/local/bin/rascsi -r 7 +ExecStart=/usr/bin/nice -15 bash -c "/usr/local/bin/rascsi -r 7 -F /home/pi/images" # 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: #