fixed the command for the cron job
This commit is contained in:
parent
d02e6625a8
commit
6114a1976d
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
|
||||||
}
|
}
|
||||||
#temp solution
|
#temp solution
|
||||||
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
||||||
cmd => 'service docker-eidas-demw restart',
|
cmd => '/usr/sbin/service docker-eidas-demw restart',
|
||||||
minute => '0',
|
minute => '0',
|
||||||
hour => '7',
|
hour => '7',
|
||||||
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue