Skip to content

Commit

Permalink
[FIX] packaging: remove policy-rc configuration
Browse files Browse the repository at this point in the history
It was preventing postgresql to generate a working cluster.
  • Loading branch information
sle-odoo committed Jul 14, 2015
1 parent 3376b74 commit b3f7670
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions setup/package.dfdebian
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
FROM debian:jessie
MAINTAINER Odoo S.A. <[email protected]>

# Change policy-rc.d so that services start automatically once installed
RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d

RUN apt-get update && \
apt-get install -y locales && \
rm -rf /var/lib/apt/lists/*
Expand Down
3 changes: 0 additions & 3 deletions setup/package.dfsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
FROM debian:jessie
MAINTAINER Odoo S.A. <[email protected]>

# Change policy-rc.d so that services start automatically once installed
RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d

RUN apt-get update && \
apt-get install -y locales && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b3f7670

Please sign in to comment.