2017-04-23 00:43:15 +02:00
|
|
|
|
|
|
|
|
2017-03-03 22:21:00 +01:00
|
|
|
In order to configure Concordia as upstart job, copy the 3 .conf files into your /etc/init and run:
|
2015-12-16 18:11:07 +01:00
|
|
|
|
2017-04-23 00:43:15 +02:00
|
|
|
sudo apt-get install upstart upstart-sysv
|
2015-12-16 18:11:07 +01:00
|
|
|
sudo initctl reload-configuration
|
|
|
|
|
|
|
|
Also, add to the file /etc/init.d/postgresql the line:
|
|
|
|
|
|
|
|
initctl emit -n started JOB=postgresql
|
|
|
|
|
2017-04-23 00:43:15 +02:00
|
|
|
at the end of postgresql start sequence, after the loop:
|
|
|
|
|
|
|
|
for v in $versions; do
|
|
|
|
$1 $v || EXIT=$?
|
|
|
|
done
|