aports/testing/pounce/pounce.confd
Ayush Agarwal 40fd1bcab3 testing/pounce: add supervise-daemon to conf.d
The pounce IRC bouncer runs as a foreground process by default and
crashes if it loses connection to an IRC network. The calico program
also runs in the foreground. Both of these programs don't have options
to fork to the background. Using supervise-daemon ensures that they can
be respawned, if needed.
2023-08-13 12:27:50 +00:00

13 lines
423 B
Bash

pounce_user=pounce
pounce_group=pounce
pounce_verbose=true
# specify the location of the configuration file for an IRC network
# pounce_config="/var/lib/pounce/.config/pounce/libera.conf"
# if an initscript called pounce.libera is symlinked to the pounce initscript,
# the default log file will be /var/log/pounce.libera.log
# output_log=/var/log/pounce.log"
# error_log=/var/log/pounce.log"
supervisor=supervise-daemon