Unverified Commit da9d0590 authored by Octavia Togami's avatar Octavia Togami
Browse files

nixos/nextcloud: use `--pipe` for nextcloud-occ systemd-run

This makes the command function properly when run via other comamnds,
e.g. GNU `parallel`.
parent d82d66e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ let
            --uid=nextcloud \
            --same-dir \
            --pty \
            --pipe \
            --wait \
            --collect \
            --service-type=exec \