/[smecontribs]/rpms/smeserver-supervisor/contribs10/createlinks
ViewVC logotype

Annotation of /rpms/smeserver-supervisor/contribs10/createlinks

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Jun 24 00:54:00 2022 UTC (2 years ago) by jpp
Branch: MAIN
CVS Tags: smeserver-supervisor-1_0_0-1_el7_sme, HEAD
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-1.sme
- initial Koozali SME 10 version

1 jpp 1.1 #!/usr/bin/perl
2     use strict;
3     use esmith::Build::CreateLinks qw(:all);
4    
5     my $pkg= "smeserver-supervisor";
6     my $event = "${pkg}-update";
7    
8     event_actions($event, qw(
9     systemd-default 88
10     systemd-reload 89
11     ));
12    
13     #event_templates($event, qw(
14     #));
15    
16     event_services($event, qw(
17     supervisord restart
18     ));
19    
20     #use esmith::Build::Backup qw(:all);
21     #backup_includes($pkg, qw( ));
22    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed