Parent Directory | Revision Log | Revision Graph
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.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-redis"; | ||
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 | redis 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 |