diff options
Diffstat (limited to 'files/common')
-rwxr-xr-x | files/common/etc/init.d/hbbp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/common/etc/init.d/hbbp b/files/common/etc/init.d/hbbp index 70158b7..6fbcc86 100755 --- a/files/common/etc/init.d/hbbp +++ b/files/common/etc/init.d/hbbp @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -START=99 +START=45 start() { cd /hbbp @@ -8,4 +8,4 @@ start() { stop() { killall listener -}
\ No newline at end of file +} |