initial commit of file from CVS for smeserver-redis on Sat Sep 7 21:00:19 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-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( ));
|
||||
|
Reference in New Issue
Block a user