From bcf7b7c8210291a84890d042ae2c5176e50c42e2 Mon Sep 17 00:00:00 2001 From: Roman Gogolev Date: Tue, 26 Sep 2023 18:30:50 +0300 Subject: [PATCH] add torrserver scripts --- install/alpine-torrserver-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alpine-torrserver-install.sh b/install/alpine-torrserver-install.sh index 3a7a273f..7d9b6dc1 100644 --- a/install/alpine-torrserver-install.sh +++ b/install/alpine-torrserver-install.sh @@ -48,7 +48,7 @@ $STD rc-update add torrserver msg_ok "Created Service" msg_info "Starting Service" -$STD /sbin/rc-service torrserver start +$STD /etc/init.d/torrserver start msg_ok "Started Service" motd_ssh