From 0392720e630f3a72527a0c76ff358dc5b6cba8a2 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Sat, 3 Jan 2026 14:03:51 +0300 Subject: [PATCH] fixed the naming of the sonobarr service --- install/sonobarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sonobarr-install.sh b/install/sonobarr-install.sh index 6bef91121..cf248f5e9 100644 --- a/install/sonobarr-install.sh +++ b/install/sonobarr-install.sh @@ -24,7 +24,7 @@ pip install --no-cache-dir -r requirements.txt msg_ok "Set up sonobarr" msg_info "Creating Service" -cat </etc/systemd/system/sonobarr +cat </etc/systemd/system/sonobarr.service [Unit] Description=sonobarr Service After=network.target