mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
start watchdog after udev
This commit is contained in:
parent
73d18832cb
commit
c3aa4965e0
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# more settings have been added to [/data]/etc/os.conf
|
||||
|
||||
echo 'os_networkless="false"' >> /data/etc/os.conf
|
||||
echo 'os_eth="eth0"' >> /data/etc/os.conf
|
||||
echo 'os_wlan="wlan0"' >> /data/etc/os.conf
|
||||
echo 'os_ppp="ppp0"' >> /data/etc/os.conf
|
||||
|
||||
# boolean values in watch.conf have been normalized to "true" and "false"
|
||||
sed -i 's/=no/="false"/' /data/etc/watch.conf
|
||||
sed -i 's/=yes/="true"/' /data/etc/watch.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user