initial commit of file from CVS for smeserver-supervisor on Sat Sep 7 21:06:15 AEST 2024

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