mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
cd0da558c3
Initial version of the Control Board UI (#687)
15 lines
311 B
Desktop File
15 lines
311 B
Desktop File
[Unit]
|
|
Description=RaSCSI Control Board service
|
|
After=network.target rascsi.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=2s
|
|
ExecStart=/home/pi/RASCSI/python/ctrlboard/start.sh
|
|
ExecStop=/bin/pkill --signal 2 -f "python3 src/main.py"
|
|
SyslogIdentifier=RASCSICTRLB
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|