0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #73788 from eonpatapon/nextcloud-occ

nixos/nextcloud: add occ in path of nextcloud-setup
This commit is contained in:
Maximilian Bosch 2019-11-22 10:06:39 +01:00 committed by GitHub
commit fce01d8f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -390,6 +390,7 @@ in {
in {
wantedBy = [ "multi-user.target" ];
before = [ "phpfpm-nextcloud.service" ];
path = [ occ ];
script = ''
chmod og+x ${cfg.home}
ln -sf ${pkgs.nextcloud}/apps ${cfg.home}/