Update agentdvr-install.sh

- change service name
- fixes https://github.com/tteck/Proxmox/issues/2379
This commit is contained in:
tteckster 2024-01-22 04:39:31 -05:00 committed by GitHub
parent bd3321fd8c
commit e690bcf08f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ chmod +x ./Agent
msg_ok "Installed AgentDVR"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/agentdvr.service
cat <<EOF >/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