mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 16:49:55 +00:00
Add more examples to rascsi.service
This commit is contained in:
parent
e21f2dd8c1
commit
c428782565
@ -6,9 +6,15 @@ After=network.target
|
|||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
ExecStart=/usr/local/bin/rascsi -r 7
|
ExecStart=/usr/local/bin/rascsi -r 7
|
||||||
# Example: If you want to automatically attach a hard disk at startup, change
|
# Example 1: If you want to automatically attach a hard disk at startup,
|
||||||
# the ExecStart line to:
|
# 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.hda
|
# ExecStart=/usr/local/bin/rascsi -i 1 /home/pi/images/harddisk.hds
|
||||||
|
#
|
||||||
|
# Example 2: If you want to reserve SCSI IDs to prevent usage, add '-r' followed by
|
||||||
|
# comma-separated SCSI ID numbers; for instance IDs 0 and 7:
|
||||||
|
#
|
||||||
|
# ExecStart=/usr/local/bin/rascsi -r 0,7
|
||||||
|
#
|
||||||
# This functionality isn't implmented yet: ExecStop=/usr/local/bin/rasctl -stop
|
# This functionality isn't implmented yet: ExecStop=/usr/local/bin/rasctl -stop
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user