From 68e009e9c67ecff9ca814b6405cad3d5e38f1117 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:04:08 +0200 Subject: [PATCH] MotionEye: run as root to enable SMB share support (#13527) --- install/motioneye-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/motioneye-install.sh b/install/motioneye-install.sh index 362221efb..d3829d572 100644 --- a/install/motioneye-install.sh +++ b/install/motioneye-install.sh @@ -50,6 +50,7 @@ msg_ok "Installed MotionEye" msg_info "Creating Service" curl -fsSL "https://raw.githubusercontent.com/motioneye-project/motioneye/dev/motioneye/extra/motioneye.systemd" -o "/etc/systemd/system/motioneye.service" +sed -i 's/^User=.*/User=root/' /etc/systemd/system/motioneye.service systemctl enable -q --now motioneye msg_ok "Created Service"