This commit is contained in:
2018-06-21 00:09:52 +02:00
parent 42df8bb2b2
commit 35cf081200
15 changed files with 32 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ USE_PROCD=1
start_service () {
procd_open_instance
procd_set_param command "$PROG" -p $PORT -f -h /usr/local/share/restd/
procd_set_param command "$PROG" -p $PORT -f -h /usr/local/share/uhttpd/ -U /usr/local/configs/uhttpd/
procd_set_param pidfile "$PIDFILE"
procd_set_param respawn
procd_set_param stdout 1 # forward stdout of the command to logd

View File

@@ -48,4 +48,4 @@ else
endif
install.sd:
sudo dd if=$(BR_STAGING)/buildroot/images/sdcard.img of=/dev/mmcblk0 && sync && sync
sudo dd if=$(BR_STAGING)/buildroot/images/sdcard.img of=/dev/sdb && sync && sync