fixed the command for the cron job

This commit is contained in:
Maria Haider 2021-11-24 09:47:11 +01:00
parent d02e6625a8
commit 6114a1976d
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -344,7 +344,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
}
#temp solution
sunet::scriptherder::cronjob { 'reboot_demw_application':
cmd => 'service docker-eidas-demw restart',
cmd => '/usr/sbin/service docker-eidas-demw restart',
minute => '0',
hour => '7',
ok_criteria => ['exit_status=0', 'max_age=25h'],