What i’m trying to achieve is restart maria db or any service and check every five minutes if it’s turned off ```
*/5 * * * * systemctl is-active --quiet mariadb || systemctl start mariadb
i'm using linux 22.04 LTS
What i’m trying to achieve is restart maria db or any service and check every five minutes if it’s turned off ```
*/5 * * * * systemctl is-active --quiet mariadb || systemctl start mariadb
i'm using linux 22.04 LTS
Hestia is using systemctl
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.