diff options
| -rwxr-xr-x | rotord.sh | 3 | ||||
| -rw-r--r-- | working/rotord.xml | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,9 @@ # Description: Enable service provided by daemon. ### END INIT INFO +#cp rotord.sh /etc/init.d +#update-rc.d rotord start 45 S . start 31 0 6 . + dir="/home/ubuntu/rotor/working" user="ubuntu" cmd="rotord" diff --git a/working/rotord.xml b/working/rotord.xml index 0a9422f..c49b02f 100644 --- a/working/rotord.xml +++ b/working/rotord.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <config> - <port>9000</port> + <port>80</port> </config>
\ No newline at end of file |
