summaryrefslogtreecommitdiff
path: root/dahdi.init
diff options
context:
space:
mode:
Diffstat (limited to 'dahdi.init')
-rwxr-xr-xdahdi.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/dahdi.init b/dahdi.init
index 4538901..6ae1e3d 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -97,9 +97,6 @@ xpp_startup() {
# when locales are missing.
# No register all the devices if they didn't auto-register:
LC_ALL=C dahdi_registration on
-
- # this one could actually be run after dahdi_cfg:
- LC_ALL=C xpp_sync "$XPP_SYNC"
}
@@ -223,6 +220,9 @@ case "$1" in
$FXOTUNE -s || :
fi
+ # Set the right Astribanks ticker:
+ LC_ALL=C xpp_sync "$XPP_SYNC"
+
hpec_start
;;
stop)