mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-20 07:31:27 +00:00
37f1166fd8
* gitignore * New Web Interface Fixed spacing/tabs in easy install Added migration check Fix update web not actually updating Migrating from https://github.com/erichelgeson/RaSCSI-web * Allow user to select multiple types when creating images * Show all devices even if nothing is attached. * If attaching an iso to a cd device, dont detach, just insert * UI feedback and restart rascsi service * Check for any non-0 exit code for apache2 detection * Pretty/informative 502 * Add confirms to some actions. Works in netscape 4.7 * Fix order of params for create_new_image * Move non-route method to service * Add method for getting logs * Move settings to single file add ability to mock commands for local dev
14 lines
247 B
Desktop File
14 lines
247 B
Desktop File
[Unit]
|
|
Description=RaSCSI-Web service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/home/pi/RASCSI/src/web/start.sh
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=RASCSIWEB
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |