diff --git a/upstart/README.txt b/upstart/README.txt new file mode 100644 index 0000000..894ef48 --- /dev/null +++ b/upstart/README.txt @@ -0,0 +1,9 @@ +In order to configure Concordia as upstart job, copy the 2 .conf files into your /etc/init and run: + +sudo initctl reload-configuration + +Also, add to the file /etc/init.d/postgresql the line: + +initctl emit -n started JOB=postgresql + +at the end of postgresql start sequence.