From 4c99c917bb8ca19990a0dd05bb67ed14bdeb3a0e Mon Sep 17 00:00:00 2001 From: Gerhard Burger Date: Sun, 24 Nov 2024 11:55:18 +0100 Subject: [PATCH] Fix service description --- install/outline-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/outline-install.sh b/install/outline-install.sh index a144d364..b5522bf5 100644 --- a/install/outline-install.sh +++ b/install/outline-install.sh @@ -133,7 +133,7 @@ msg_ok "Installed $APPLICATION" msg_info "Creating Service" cat </etc/systemd/system/outline.service [Unit] -Description=Linkwarden Service +Description=Outline Service After=network.target [Service]