]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 22:51:24 +0000 (00:51 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 22:51:24 +0000 (00:51 +0200)
- updated execution in systemd service file

contrib/systemd-services/fetch_blocks.service

index d5230f952624d142b0846eb826e9993961241643..5be172b69e2ad47d179e286c465f0c78e191f3b0 100644 (file)
@@ -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