2017-04-23 10:13:43 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
2017-02-23 17:53:37 +01:00
|
|
|
rm -f /lib/systemd/system/freeswitch.service
|
|
|
|
|
cp "$(dirname $0)/source/freeswitch.service.package" /lib/systemd/system/freeswitch.service
|
2017-04-23 10:13:43 +02:00
|
|
|
cp "$(dirname $0)/source/etc.default.freeswitch" /etc/sysconfig/freeswitch
|