From 54a586d295e3069447dfd47e97948a71a791a456 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 12 May 2025 21:08:17 +0200 Subject: add deploy --- systemd/boobbot.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd') diff --git a/systemd/boobbot.service b/systemd/boobbot.service index 67a5584..67f36c6 100644 --- a/systemd/boobbot.service +++ b/systemd/boobbot.service @@ -6,8 +6,8 @@ Wants=boobjob.timer [Service] Type=oneshot -ExecStart=$SOURCE/boobbot -EnvironmentFile=$SOURCE/.env +ExecStart=SOURCE/bin/boobbot +EnvironmentFile=SOURCE/rt/.env [Install] WantedBy=multi-user.target -- cgit