diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst index 536d16d3a..32f1efc6d 100644 --- a/admin_manual/installation/installation_source.rst +++ b/admin_manual/installation/installation_source.rst @@ -189,6 +189,12 @@ the user running php on your system. :: chown -R apache:apache /path/to/your/owncloud + +* openSUSE users should run (as root): + :: + + chown -R wwwrun:www /path/to/your/owncloud + Web Server Configuration ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -374,7 +380,7 @@ Example config for Apache 2.4: sudo service apache2 restart - * For systemd systems (Fedora, ArchLinux, OpenSUSE), run:: + * For systemd systems (Fedora, Arch Linux, OpenSUSE), run:: systemctl restart httpd.service