Run background job as nextcloud user
The Nextcloud package for Arch Linux now uses a dedicated user, nextcloud, rather than the generic http user. Consequently, the background job needs to be adjusted to run as that user.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Description=Nextcloud cron.php background job
|
||||
|
||||
[Service]
|
||||
User=http
|
||||
User=nextcloud
|
||||
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user