Skip to content

Commit

Permalink
LunaSysMgr.upstart: Remove outdated comments
Browse files Browse the repository at this point in the history
Open-webOS-DCO-1.0-Signed-off-by: Martin Jansa <[email protected]>
Change-Id: Idf7dcd6e4079fb435753667c42f715dac390a180
Reviewed-on: https://g2g.palm.com/2135
Reviewed-by: Build Verification
Tested-by: Martin Jansa <[email protected]>
Reviewed-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Jun 10, 2013
1 parent fde655a commit 5272c72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions LunaSysMgr.upstart
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pre-start script
end script

script

# Choose our malloc
if grep -qs "qemu" /etc/hostname ; then
export HOME=/var/home/root
fi
Expand All @@ -40,9 +38,7 @@ script
exec /usr/bin/LunaSysMgr -s `cat /var/luna/preferences/sysmgr-args`
fi
fi
#if grep -qs "qemu" /etc/hostname ; then
# export HOME=/var/home/root
#fi

exec ionice -c 2 -n 0 /usr/bin/LunaSysMgr -s `cat /var/luna/preferences/sysmgr-args`
end script

0 comments on commit 5272c72

Please sign in to comment.