mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add after rule to nextcloud
This commit is contained in:
parent
5c82aa1d65
commit
eda396c1a2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in serverSystemConfiguration {
|
|||
};
|
||||
|
||||
systemd.services = {
|
||||
nextcloud-setup.after = [ "postgresql.service" ];
|
||||
nextcloud-setup.requires = [ "postgresql.service" ];
|
||||
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue