mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
17 lines
623 B
Bash
17 lines
623 B
Bash
# Configuration for /etc/init.d/slidge
|
|
|
|
# Specify the location of the INI config file for a Slidge gateway.
|
|
# If an initscript called slidge.matridge is symlinked to slidge,
|
|
# the default config file will be /etc/slidge/matridge.conf
|
|
#SLIDGE_CONFIG="/etc/slidge/slidge.conf"
|
|
|
|
# If an initscript called slidge.matridge is symlinked to slidge,
|
|
# the default log file will be /var/log/slidge/matridge.log
|
|
#output_log=/var/log/slidge/slidge.log"
|
|
#error_log=/var/log/slidge/slidge.log"
|
|
|
|
# Command-line options for running /usr/bin/slidge
|
|
#command_args=""
|
|
|
|
# Comment out to disable process supervisor
|
|
supervisor=supervise-daemon
|