Make sure to only setup nextcloud after database is started
This commit is contained in:
parent
5f7864cf16
commit
a70baddd21
1 changed files with 4 additions and 0 deletions
|
@ -37,5 +37,9 @@
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services."nextcloud-setup" = {
|
||||||
|
requires = [ "postgresql.service" ];
|
||||||
|
after = [ "postgresql.service" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue