From 14ac582c54127d031d95fa5cd856f2548e742d0d Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 8 Jun 2025 23:13:51 -0400 Subject: [PATCH] maybe: on-abnormal --- install/maybefinance-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/maybefinance-install.sh b/install/maybefinance-install.sh index ea2a5f59..eed461e2 100644 --- a/install/maybefinance-install.sh +++ b/install/maybefinance-install.sh @@ -108,7 +108,7 @@ After=redis.service Type=simple WorkingDirectory=/opt/maybe ExecStart=/root/.rbenv/shims/dotenv -f /opt/maybe/.env /opt/maybe/bin/bundle exec sidekiq -Restart=unless-stopped +Restart=on-abnormal [Install] WantedBy=multi-user.target