mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-27 04:49:18 +00:00
13 lines
208 B
Desktop File
13 lines
208 B
Desktop File
[Unit]
|
|
Description=RaSCSI-Web service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/home/pi/RASCSI/python/web/start.sh
|
|
SyslogIdentifier=RASCSIWEB
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|