๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
387 B

#!/sbin/openrc-run
name="$SVCNAME"
command="/usr/bin/mta-sts-daemon"
command_args="-v {{ mta_sts_log_verbosity | quote }} -c {{ mta_sts_conf_file | quote }}"
command_user="{{ mta_sts_user }}:{{ mta_sts_group }}"
pidfile="/var/run/$SVCNAME.pid"
command_background=true
start_stop_daemon_args="--stdout-logger logger --stderr-logger logger"
depend() {
need net
use dns
}