initial commit of file from CVS for smeserver-collabora on Sat Sep 7 20:14:51 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:14:51 +10:00
parent b0491cf203
commit 3baf8e4745
22 changed files with 667 additions and 2 deletions

30
createlinks Normal file
View File

@@ -0,0 +1,30 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
my $event = 'smeserver-collabora-update';
event_actions($event, qw(
initialize-default-databases 00
smeserver-collabora-conf 20
systemd-default 88
systemd-reload 89
));
event_templates($event, qw(
/etc/httpd/conf/httpd.conf
/etc/rsyslog.conf
));
event_services($event, qw(
httpd reload
coolwsd restart
php73-php-fpm reload-or-restart
rsyslog restart
));
$event = 'smeserver-nextcloud-update';
event_actions($event, qw(
smeserver-collabora-conf 70
));