From 73f3e6a360495a47206e44399c34b115d02a7344 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Sat, 15 Jun 2013 08:21:26 +0000 Subject: main/smstools: fix initd startup --- main/smstools/smstools.initd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/smstools/smstools.initd') 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 ${?} -- cgit v1.2.3