From f5705b40a5bae66ae925261b226c64ec2bd498f9 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 12 May 2025 21:24:59 +0200 Subject: run inside of rt dir --- systemd/boobbot.service | 1 + 1 file changed, 1 insertion(+) (limited to 'systemd') diff --git a/systemd/boobbot.service b/systemd/boobbot.service index 67f36c6..7ecd025 100644 --- a/systemd/boobbot.service +++ b/systemd/boobbot.service @@ -7,6 +7,7 @@ Wants=boobjob.timer [Service] Type=oneshot ExecStart=SOURCE/bin/boobbot +WorkingDirectory=SOURCE/rt EnvironmentFile=SOURCE/rt/.env [Install] -- cgit