aboutsummaryrefslogtreecommitdiffstats
path: root/main/smstools/smstools.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/smstools/smstools.initd')
-rw-r--r--main/smstools/smstools.initd3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/smstools/smstools.initd b/main/smstools/smstools.initd
index 44f707a80d..0787ba438a 100644
--- a/main/smstools/smstools.initd
+++ b/main/smstools/smstools.initd
@@ -16,9 +16,8 @@ start() {
eend $?
fi
- chown smsd:sms /var/log/smsd.log
ebegin "Starting smsd"
- start-stop-daemon -b -u smsd:smsd --start --exec /usr/bin/smsd -- \
+ start-stop-daemon -b -u smsd:smsd --start --exec /usr/sbin/smsd -- \
-c /etc/smsd.conf -p /var/run/smsd/smsd.pid \
-i /var/run/smsd/smsd.working
eend ${?}