Module: sems Branch: master Commit: 68450752908a8a7854a9422b84a43f8556590d9e URL: https://github.com/sems-server/sems/commit/68450752908a8a7854a9422b84a43f8556590d9e
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: 2015-06-08T21:53:28+02:00 pkg:deb: start sems by default --- Modified: pkg/deb/jessie/sems.default --- Diff: https://github.com/sems-server/sems/commit/68450752908a8a7854a9422b84a43f8556590d9e.diff Patch: https://github.com/sems-server/sems/commit/68450752908a8a7854a9422b84a43f8556590d9e.patch --- diff --git a/pkg/deb/jessie/sems.default b/pkg/deb/jessie/sems.default index c2774ef..0c9939e 100644 --- a/pkg/deb/jessie/sems.default +++ b/pkg/deb/jessie/sems.default @@ -2,8 +2,8 @@ # # this file is sourced by SEMS init script /etc/init.d/sems -# Don't start with default config as we need to deploy the ngcp-templates first -SEMS_RUN="no" +# start with default config (even if someone might want to configure an application first) +SEMS_RUN="yes" # ser configuration file SEMS_CFG_FILE="/etc/sems/sems.conf" _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
