mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-01 13:11:37 +08:00

- add procd init script - script starts the daemon as user "baresip" instead of root - add /etc/default/baresip - add example configuration into /etc/baresip - add conffiles definition - prevent autostart after upgrade by using ENABLE_BARESIP variable in /etc/default/baresip Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
### bareSIP init configuration ###
|
|
|
|
# Uncomment once you verified your configuration, otherwise the init script will
|
|
# not start bareSIP.
|
|
#ENABLE_BARESIP="yes"
|
|
|
|
# The following is added to the command line when starting bareSIP:
|
|
OPTIONS=""
|
|
|
|
# The configuration for the daemon is done in /etc/baresip!
|