1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/py3-pyatem/openswitcher-proxy.confd
2021-11-26 17:06:54 +01:00

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}"