mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-21 15:07:33 +00:00
3 lines
174 B
Plaintext
3 lines
174 B
Plaintext
|
#!/bin/bash
|
||
|
adduser --home /opt/freeswitch --ingroup daemon --disabled-password --disabled-login --gecos "The FreeSwitch Voice Switching System" --no-create-home freeswitch
|