Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Debian Issues #7

Open
rudybroersma opened this issue Nov 9, 2017 · 0 comments
Open

Debian Issues #7

rudybroersma opened this issue Nov 9, 2017 · 0 comments

Comments

@rudybroersma
Copy link

On Debian (9, I assume all older versions as well) there is a file /etc/default/pound that looks the following:

# Defaults for pound initscript
# sourced by /etc/init.d/pound
# installed at /etc/default/pound by the maintainer scripts

# prevent startup with default configuration
# set the below varible to 1 in order to allow pound to start
startup=0

The parameter "startup" should be set to 1, otherwise Pound will not start.

This can be changed using Augeas with the following code:

  augeas { "Enable Pound":
    incl    => '/etc/default/pound',
    lens    => 'Shellvars.lns',
    changes => 'set startup 1',
  }

But I dont know where you would like this code snippet, so instead of a pull request I made an issue out of it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant