mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 10:51:15 +00:00
MotionEye: run as root to enable SMB share support (#13527)
This commit is contained in:
parent
f652864208
commit
68e009e9c6
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue