From 389bd9be6345b128807a6f88b5cc5e7f60e4fdfb Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 8 Jun 2025 23:12:52 -0400 Subject: [PATCH] maybe: I should sleep --- 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 7df9668b..ea2a5f59 100644 --- a/install/maybefinance-install.sh +++ b/install/maybefinance-install.sh @@ -107,7 +107,7 @@ After=redis.service [Service] Type=simple WorkingDirectory=/opt/maybe -ExecStart=/root/.rbenv/shims/dotenv -f /opt/maybe/.env /opt/maybe/bundle exec sidekiq +ExecStart=/root/.rbenv/shims/dotenv -f /opt/maybe/.env /opt/maybe/bin/bundle exec sidekiq Restart=unless-stopped [Install]