TT#44827 Remove /usr/sbin/moh-cleanup from NGCP (not in use since mr5.5)

mr5.5 has migrated from ngcp-sems 1.4 to sems-pbx 2.x and the folder
/var/spool/ngcp/moh/ was no longer in use, moreover it is not created
on newly installed servers since mr5.5

It is time to clean it to prevent missunderstandings here.

Change-Id: I75cdeba9c3652fe8944f3c1321cceb27c22e5fa6
changes/17/23817/1
Alexander Lutay 7 years ago
parent af6bb5a50c
commit 739135ed4d

@ -2,5 +2,4 @@ usr/share/perl5/NGCP/Cleanup.pm usr/share/perl5/NGCP/
acc-cleanup.conf etc/ngcp-cleanup-tools/
acc-cleanup.pl usr/sbin/
cleanup-old-cdr-files.pl usr/sbin/
moh-cleanup usr/sbin/
sems_cleanup.pl usr/sbin/

@ -1,5 +0,0 @@
#!/bin/sh
# removes all music-on-hold cache files older than 24h
find /var/spool/ngcp/moh/ -type f -ctime 1 -exec rm {} \;
Loading…
Cancel
Save