Update package-systemd.sh
This commit is contained in:
parent
b359181258
commit
b04457b228
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f /lib/systemd/system/freeswitch.service
|
||||
cp "$(dirname $0)/source/freeswitch.service.package" /lib/systemd/system/freeswitch.service
|
||||
cp "$(dirname $0)/source/etc.default.freeswitch" /etc/sysconfig/freeswitch
|
||||
Loading…
Reference in New Issue