3 lines
124 B
Bash
3 lines
124 B
Bash
#!/bin/sh
|
|
# We should start before the modem boots to be available immediately
|
|
rc-update add unisoc-timesync-daemon sysinit
|