Fixed syslog-ng not being able to start because of a missing afsql module.

Closes pull request 7.
This commit is contained in:
Hongli Lai (Phusion)
2014-02-25 11:06:51 +01:00
parent 095c1e715c
commit 9af37c0d58
4 changed files with 37 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ $minimal_apt_get_install syslog-ng-core
mkdir /etc/service/syslog-ng
cp /build/runit/syslog-ng /etc/service/syslog-ng/run
mkdir -p /var/lib/syslog-ng
cp /build/config/syslog_ng_default /etc/default/syslog-ng
## Install the SSH server.
$minimal_apt_get_install openssh-server