mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
# Configuration for /etc/init.d/openswitcher-proxy
|
|
|
|
# Path to the config file to use.
|
|
#cfgfile="/etc/openswitcher/proxy.toml"
|
|
|
|
logfile="/var/log/openswitcher/proxy.log"
|
|
|
|
supervisor=supervise-daemon
|
|
supervise_daemon_args="--stdout ${logfile} --stderr ${logfile}"
|
|
|