nextcloud: fix permission on nextcloud server
nextcloud-occ is a wrapper around systemd-run so we must be root to run it.
This commit is contained in:
parent
45c366c14c
commit
95873d84e9
1 changed files with 0 additions and 1 deletions
|
|
@ -952,7 +952,6 @@ in
|
|||
systemd.services.nextcloud-cron-previewgenerator = {
|
||||
environment.NEXTCLOUD_CONFIG_DIR = "${config.services.nextcloud.datadir}/config";
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.User = "nextcloud";
|
||||
serviceConfig.ExecStart =
|
||||
let
|
||||
debug = if cfg.debug or cfg.apps.previewgenerator.debug then "-vvv" else "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue