mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-14 04:14:40 +08:00
update 2026-08-10 20:55:22
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=45
|
||||
STOP=89
|
||||
|
||||
start() {
|
||||
service_start /usr/bin/pcat-manager -D
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/bin/pcat-manager
|
||||
}
|
||||
|
||||
restart() {
|
||||
killall -USR1 pcat-manager
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
shutdown() {
|
||||
touch /tmp/pcat-manager-shutdown.tmp
|
||||
stop
|
||||
rfkill block wwan 2>/dev/null || true
|
||||
}
|
||||
Reference in New Issue
Block a user