mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
12 lines
348 B
Bash
12 lines
348 B
Bash
# configuration for /etc/init.d/adguardhome
|
|
|
|
command_user="adguardhome:adguardhome" # user:group
|
|
supervisor=supervise-daemon
|
|
|
|
directory="/var/lib/adguardhome"
|
|
cfgfile="$directory/AdGuardHome.yaml"
|
|
#extra_args="--web-addr 0.0.0.0:3000 --logfile syslog"
|
|
|
|
#logdir="/var/log/adguardhome"
|
|
#output_log="$logdir/output.log"
|
|
#error_log="$logdir/error.log"
|