restore original command

This commit is contained in:
RaSCSI User 2022-03-14 02:34:20 +00:00
parent 9ba4a9243d
commit 6f69b214dd
1 changed files with 1 additions and 1 deletions

View File

@ -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:
#