Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SysV init script fix for MeeGo
  • Loading branch information
Markus Lehtonen committed Sep 8, 2010
1 parent a607d38 commit f32c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensord.init
Expand Up @@ -22,7 +22,7 @@ RETVAL=0

start() {
echo -n "Starting sensord: "
daemon --check $servicename $sbindir/$processname &> /dev/null &
exec $sbindir/$processname &> /dev/null &
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$servicename
success
Expand Down

0 comments on commit f32c013

Please sign in to comment.