Skip to content

Commit

Permalink
Reset failed check units
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dalichow committed Sep 13, 2024
1 parent 2a10da6 commit eb7fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/status.pp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'User' => $galera::status_system_user,
'Group' => $galera::status_system_group,
'StandardInput' => 'socket',
'ExecStart' => $galera::status_script,
'ExecStart' => "-${galera::status_script}",
},
require => File[$galera::status_script],
}
Expand Down

0 comments on commit eb7fbcc

Please sign in to comment.