mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
Various fixes for TP-Link
* explicitly mount the SD card to improve reliability * do not crash when the SD card is already mounted * address some review feedback
This commit is contained in:
committed by
Cooper Quintin
parent
4a7452806d
commit
c285e2ca08
2
dist/scripts/rayhunter_daemon
vendored
2
dist/scripts/rayhunter_daemon
vendored
@@ -5,6 +5,8 @@ set -e
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Starting rayhunter: "
|
||||
# Below line may be replaced by the installer with device-specific startup commands, such as mounting the SD card.
|
||||
#RAYHUNTER-PRESTART
|
||||
start-stop-daemon -S -b --make-pidfile --pidfile /tmp/rayhunter.pid \
|
||||
--startas /bin/sh -- -c "RUST_LOG=info exec /data/rayhunter/rayhunter-daemon /data/rayhunter/config.toml > /data/rayhunter/rayhunter.log 2>&1"
|
||||
echo "done"
|
||||
|
||||
Reference in New Issue
Block a user