Manual: Remove store path references

This commit is contained in:
Eelco Dolstra
2015-09-24 11:50:58 +02:00
parent e73b19ae4e
commit 89e983786a
13 changed files with 30 additions and 20 deletions
+2 -2
View File
@@ -84,10 +84,10 @@ in
type = types.lines;
default = ''stdin { type => "example" }'';
description = "Logstash input configuration.";
example = ''
example = literalExample ''
# Read from journal
pipe {
command => "${pkgs.systemd}/bin/journalctl -f -o json"
command => "''${pkgs.systemd}/bin/journalctl -f -o json"
type => "syslog" codec => json {}
}
'';