diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-03-07 14:31:03 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-03-07 14:31:03 +0000 |
| commit | 8e15598cec066ef0ab54a17a09cf2221fd10bbf7 (patch) | |
| tree | 07027d83606e2b65d10b8073f3f846416047c7ad | |
| parent | 2080fe7e184b58e41c61b64474bf840d21a22072 (diff) | |
init
| -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 |
