initial commit of file from CVS for smeserver-rabbitmq-server on Sat Sep 7 20:58:48 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:58:48 +10:00
parent 3e5f0fdcb8
commit 491a598aca
6 changed files with 130 additions and 2 deletions

22
createlinks Normal file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/perl
use strict;
use esmith::Build::CreateLinks qw(:all);
my $pkg= "smeserver-rabbitmq-server";
my $event = "${pkg}-update";
event_actions($event, qw(
systemd-default 88
systemd-reload 89
));
#event_templates($event, qw(
#));
event_services($event, qw(
rabbitmq-server restart
));
#use esmith::Build::Backup qw(:all);
#backup_includes($pkg, qw(/etc/clamav-unofficial-sigs/master.conf /etc/clamav-unofficial-sigs/user.conf /var/lib/clamav-unofficial-sigs/));