mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 16:49:55 +00:00
52c2aa474f
* Rebrand project to PiSCSI - rascsi ->piscsi - rasctl -> scsictl - rasdump -> scsidump - ras* -> piscsi* (rasutil -> piscsi_util, etc.) * Refined the formatting and wording of the app startup banner * Kept some references to rascsi and rasctl where backwards compatibility is concerned * Point to the new github repo URL Co-authored-by: nucleogenic <nr@nucleogenic.com> Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
15 lines
311 B
Desktop File
15 lines
311 B
Desktop File
[Unit]
|
|
Description=PiSCSI Control Board service
|
|
After=network.target piscsi.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=2s
|
|
ExecStart=/home/pi/piscsi/python/ctrlboard/start.sh
|
|
ExecStop=/bin/pkill --signal 2 -f "python3 src/main.py"
|
|
SyslogIdentifier=PISCSICTRLB
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|