initial commit of file from CVS for smeserver-collabora on Sat Sep 7 20:14:51 AEST 2024
This commit is contained in:
30
createlinks
Normal file
30
createlinks
Normal 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
|
||||
));
|
||||
|
Reference in New Issue
Block a user