Search found 1 match
- Fri Aug 14, 2020 5:56 pm
- Forum: ZoneMinder 1.33.x Development Branch
- Topic: New install on Debian Buster
- Replies: 9
- Views: 48770
Re: New install on Debian Buster
For anyone still bumping into this, you need to specify User=www-data in the systemd unit file (or whatever ZM_WEB_USER is in /etc/zm/zm.conf) It looks like it is commented out by default. Following should do: # systemctl edit zoneminder [Service] User=www-data # systemctl daemon-reload # systemctl ...