grafana-loki: fix typo in service config

This commit is contained in:
WilliButz
2019-08-17 12:08:51 +02:00
parent 1eddfda963
commit ecd4d03dfe
+1 -1
View File
@@ -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;
}; };