Skip to content

Commit

Permalink
update script path
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Oct 31, 2023
1 parent 4502ec7 commit d6d26a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/supabase/ben-supabase.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ After=network-online.target

[Service]
User=ubuntu
WorkingDirectory=/etc/ben/supabase
ExecStart=/bin/bash -c 'source /usr/local/miniconda/bin/activate supabase && /etc/ben/supabase/supabase_ben.sh'
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/supabase
ExecStart=/bin/bash -c 'source /usr/local/miniconda/bin/activate supabase && ./supabase_ben.sh'
Type=simple
Restart=on-failure

Expand Down

0 comments on commit d6d26a8

Please sign in to comment.