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
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

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;
}; };