You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/pkg/debian/sems.templates

45 lines
1.5 KiB

Template: sems/config
Type: boolean
Default: false
Description: Change config file now ?
You have now opportunity to modify basic configuration values in '/etc/default/sems'
config file for SEMS Sip Express Media Server, installed from 'sems' package. Settings from this
file are used by SEMS init script when it is started - e.g. size of shared memory used,
usems and group to run as, working directory.
.
If you do not want to modify the config file now you can modify it manually later,
or repeat this configuartion by running "dpkg-reconfigure sems".
.
Note: if you choose 'yes' here then the values you enter will be automatically applied
each time the sems package is upgraded (or installed without purging previous installation).
Template: sems/USER
Type: string
Default: sems
Description: User to run SEMS as
Set the user which SEMS should run as. Default is 'sems' user.
.
Note: if you want sems to be able to dump a core file in case of crash, you have to run it as root user.
.
Enter "!" to not modify this option.
Template: sems/GROUP
Type: string
Default: sems
Description: Group to run SEMS as
Set the group which SEMS should run as. Default is 'sems' group.
.
Enter "!" to not modify this option.
Template: sems/CREATE_CORE
Type: boolean
Default: false
Description: Create core files
If enabled, core files will be created in the event of a crash.
Template: sems/COREDIR
Type: string
Default: /var/cores
Description: Set directory for core files
This is the directory where core files will be created.