apache-kafka.nix: Add missing quote inside tmpfiles rule
This commit is contained in:
parent
3140fa89c5
commit
39cd4574aa
@ -131,7 +131,7 @@ in {
|
|||||||
home = head cfg.logDirs;
|
home = head cfg.logDirs;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = map (logDir: "d '${logDir} 0700 apache-kafka - - -") cfg.logDirs;
|
systemd.tmpfiles.rules = map (logDir: "d '${logDir}' 0700 apache-kafka - - -") cfg.logDirs;
|
||||||
|
|
||||||
systemd.services.apache-kafka = {
|
systemd.services.apache-kafka = {
|
||||||
description = "Apache Kafka Daemon";
|
description = "Apache Kafka Daemon";
|
||||||
|
Loading…
Reference in New Issue
Block a user