mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix Grafana service requires
This commit is contained in:
parent
e5abe29608
commit
b53d81258b
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ in serverSystemConfiguration {
|
|||
}];
|
||||
};
|
||||
|
||||
systemd.services.grafana.requires = [ "postgresql.service" ];
|
||||
systemd.services.grafana = {
|
||||
after = [ "postgresql.service" ];
|
||||
requires = [ "postgresql.service" ];
|
||||
};
|
||||
|
||||
services.grafana = enabled {
|
||||
provision = enabled {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue