telephony/net/baresip/files/baresip.default
Sebastian Kemper 8860618e41 baresip: add procd init script
- 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>
2017-12-26 15:21:27 +01:00

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!