grafana-loki: fix typo in service config
This commit is contained in:
parent
1eddfda963
commit
ecd4d03dfe
@ -103,7 +103,7 @@ in {
|
|||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
DecvicePolicy = "closed";
|
DevicePolicy = "closed";
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
WorkingDirectory = cfg.dataDir;
|
WorkingDirectory = cfg.dataDir;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user