Skip to content

Commit 03728c8

Browse files
authored
fix(dpi): removing script at boot, service will start anyway (#1600)
1 parent bdb3e77 commit 03728c8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/ns-dpi/files/dpi.init

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ USE_PROCD=1
99

1010
START=40
1111

12-
boot() {
13-
# wait for the network then update signatures on upgrade and after a restore
14-
(sleep 10; /usr/sbin/dpi-update) &
15-
rc_procd start_service "boot"
16-
}
17-
1812
start_service() {
1913
procd_open_instance
2014
procd_set_param command "/usr/sbin/dpi"

0 commit comments

Comments
 (0)