forked from Mirrors/freeswitch
added initscripts added feeswitch user added monit configuration changed ownership to freeswitch:daemon handle with care ... should work but a change in trunk can kill it any time :) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6416 d0543943-73ff-0310-b7d9-9358b9ac24b2
3 lines
174 B
Bash
3 lines
174 B
Bash
#!/bin/bash
|
|
adduser --home /opt/freeswitch --ingroup daemon --disabled-password --disabled-login --gecos "The FreeSwitch Voice Switching System" --no-create-home freeswitch
|