initial commit of file from CVS for smeserver-rabbitmq-server on Sat Sep 7 20:58:48 AEST 2024
This commit is contained in:
22
createlinks
Normal file
22
createlinks
Normal 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/));
|
||||
|
Reference in New Issue
Block a user