mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
10 lines
263 B
Bash
10 lines
263 B
Bash
# 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}"
|
|
|