aports/main/sshguard/sshguard.confd
Jakub Jirutka 52379e2743 main/sshguard: improve init script, don't force supervise-daemon
Allow users to disable supervise-daemon or use another supervisor
via conf.d file.
2023-12-06 14:54:32 +00:00

11 lines
366 B
Bash

# Configuration for /etc/init.d/sshguard
# You need to create /etc/sshguard.conf configuration file
# or SSHGuard won't start. See sshguard-setup(7) for reference.
# See sshguard(8) for available options.
#command_args=""
# Run with process supervisor. If you want to run the daemon with
# start-stop-daemon instead, comment it out.
supervisor="supervise-daemon"