mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 10:12:13 +01:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
# Configuration file
|
|
CONFIGFILE="/etc/metalog.conf"
|
|
|
|
# PID file
|
|
PIDFILE="/run/metalog.pid"
|
|
|
|
# Options to metalog
|
|
# "-B" start server in background/daemon mode
|
|
# "-s" tells metalog to run in sync mode
|
|
METALOG_OPTS="-B -s"
|