You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2021. It is now read-only.
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:
On Debian (9, I assume all older versions as well) there is a file /etc/default/pound that looks the following:
The parameter "startup" should be set to 1, otherwise Pound will not start.
This can be changed using Augeas with the following code:
But I dont know where you would like this code snippet, so instead of a pull request I made an issue out of it.
The text was updated successfully, but these errors were encountered: