diff options
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/boobbot.service | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
