From 705b0b3ed245a44466c93f68bc8f966962c11eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= <48201890+luismco@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:13:31 +0000 Subject: [PATCH] Update byparr-install.sh --- install/byparr-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/byparr-install.sh b/install/byparr-install.sh index 38aa46a4e..b9e27baea 100644 --- a/install/byparr-install.sh +++ b/install/byparr-install.sh @@ -33,12 +33,14 @@ cat </etc/systemd/system/byparr.service [Unit] Description=Byparr After=network.target + [Service] Type=simple WorkingDirectory=/opt/Byparr ExecStart=/usr/local/bin/uv run python3 main.py Restart=on-failure RestartSec=10 + [Install] WantedBy=multi-user.target EOF