From e690bcf08ff2cd6fa3ae291dbfe1b8fa965cd5e0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 22 Jan 2024 04:39:31 -0500 Subject: [PATCH] Update agentdvr-install.sh - change service name - fixes https://github.com/tteck/Proxmox/issues/2379 --- install/agentdvr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/agentdvr-install.sh b/install/agentdvr-install.sh index 239a57ff..69491da5 100644 --- a/install/agentdvr-install.sh +++ b/install/agentdvr-install.sh @@ -36,7 +36,7 @@ chmod +x ./Agent msg_ok "Installed AgentDVR" msg_info "Creating Service" -cat </etc/systemd/system/agentdvr.service +cat </etc/systemd/system/AgentDVR.service [Unit] Description=AgentDVR @@ -51,7 +51,7 @@ RestartSec=5 [Install] WantedBy=multi-user.target EOF -systemctl enable -q --now agentdvr.service +systemctl enable -q --now AgentDVR.service msg_ok "Created Service" motd_ssh