initial commit of file from CVS for smeserver-redis on Sat Sep 7 21:00:19 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:00:19 +10:00
parent 23dfe39d40
commit e70b28ee35
6 changed files with 131 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-redis";
my $event = "${pkg}-update";
event_actions($event, qw(
systemd-default 88
systemd-reload 89
));
#event_templates($event, qw(
#));
event_services($event, qw(
redis restart
));
#use esmith::Build::Backup qw(:all);
#backup_includes($pkg, qw( ));