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/core/scripts/sems.default.debian

21 lines
315 B

#
# SEMS startup options:
# INSTRUCTIONS:
# - copy this file to /etc/default/sems
#
# Set to yes to enable openser, once configured properly.
RUN_SEMS=no
# User to run as
USER=openser
#USER=ser
# Group to run as
GROUP=openser
#GROUP=ser
# Enable the server to leave a core file when it crashes.
DUMP_CORE=no