From 3ea40feffa05b67bc39dbee6c23cebe97fb50f9d Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 28 Mar 2013 09:37:28 +0000 Subject: testing/smstools: fix user group --- testing/smstools/smstools.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/smstools/smstools.initd') diff --git a/testing/smstools/smstools.initd b/testing/smstools/smstools.initd index be1aa1deff4..44f707a80d3 100644 --- a/testing/smstools/smstools.initd +++ b/testing/smstools/smstools.initd @@ -11,14 +11,14 @@ start() { if ! [ -d /var/run/smsd ]; then ebegin "Creating /var/run/smsd for ${SVCNAME}" mkdir /var/run/smsd \ - && chown smsd:sms /var/run/smsd \ + && chown smsd:smsd /var/run/smsd \ && chmod 770 /var/run/smsd eend $? fi chown smsd:sms /var/log/smsd.log ebegin "Starting smsd" - start-stop-daemon -b -u smsd:sms --start --exec /usr/bin/smsd -- \ + start-stop-daemon -b -u smsd:smsd --start --exec /usr/bin/smsd -- \ -c /etc/smsd.conf -p /var/run/smsd/smsd.pid \ -i /var/run/smsd/smsd.working eend ${?} -- cgit v1.2.3