forked from norman/fusionpbx-install.sh-github-mirror
Update and rename source_systemd.sh to source-systemd.sh
This commit is contained in:
6
debian/resources/switch/source-systemd.sh
vendored
Normal file
6
debian/resources/switch/source-systemd.sh
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
cp "$(dirname $0)/source/freeswitch.service" /lib/systemd/system/freeswitch.service
|
||||
cp "$(dirname $0)/source/etc.default.freeswitch.source" /etc/default/freeswitch
|
||||
sed -i /lib/systemd/system/freeswitch.service -e s:'-u freeswitch -g freeswitch:-u www-data -g www-data:'
|
||||
systemctl enable freeswitch
|
||||
systemctl unmask freeswitch.service
|
||||
systemctl daemon-reload
|
||||
1
debian/resources/switch/source_systemd.sh
vendored
1
debian/resources/switch/source_systemd.sh
vendored
@@ -1 +0,0 @@
|
||||
|
||||
Reference in New Issue
Block a user