Date: 2004-03-07T02:47:40
Editor: 81.138.46.11 <>
Wiki: Apache James Wiki
Page: RunAsService
URL: http://wiki.apache.org/james/RunAsService
no comment
Change Log:
------------------------------------------------------------------------------
@@ -21,8 +21,6 @@
}}}
then very briefly I did this:
{{{
- ln -s /home/telrock/apps/james/bin/phoenix.sh
/home/telrock/apps/james/bin/james.sh
- ln -s /home/telrock/apps/james/bin/james.sh /etc/init.d/james
+ ln -s /home/telrock/apps/james/bin/phoenix.sh /etc/init.d/james
update-rc.d james start 21 2 3 4 5 . stop 19 0 1 6 .
}}}
-(the double symlink isn't required - it just makes more sense to me)