From: Roland Häder Date: Fri, 9 Jun 2023 22:51:24 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f2c3051533fa6c44a21cca0239ddedf4c110b84;p=fba.git Continued: - updated execution in systemd service file --- diff --git a/contrib/systemd-services/fetch_blocks.service b/contrib/systemd-services/fetch_blocks.service index d5230f9..5be172b 100644 --- a/contrib/systemd-services/fetch_blocks.service +++ b/contrib/systemd-services/fetch_blocks.service @@ -7,7 +7,7 @@ Restart=always RestartSec=604800 User=fba WorkingDirectory=/opt/fedi-block-api -ExecStart=python3 fetch_blocks.py +ExecStart=./fby.py fetch_blocks [Install] WantedBy=multi-user.target