diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-14 21:32:49 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-14 21:36:45 +0100 |
commit | f7900e258dfb8ab55f333d02d96f908ca0ea8899 (patch) | |
tree | 5ea3f278094931de8f37eaef5ded6bfa3ac1e3c9 /src/bootchart/bootchart.conf | |
parent | 47a81ba2e101058459328d2da3d9b950a8030c86 (diff) |
bootchart: use conf-parser & CamelCase names in .conf
Diffstat (limited to 'src/bootchart/bootchart.conf')
-rw-r--r-- | src/bootchart/bootchart.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/bootchart/bootchart.conf b/src/bootchart/bootchart.conf index 079750436a..48fad02726 100644 --- a/src/bootchart/bootchart.conf +++ b/src/bootchart/bootchart.conf @@ -1,4 +1,3 @@ - # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it @@ -8,13 +7,14 @@ # # See bootchart.conf(5) for details -#samples=500 -#freq=25 -#rel=0 -#filter=1 -#output=<folder name, defaults to /run/log> -#init=/path/to/init-binary -#pss=0 -#entropy=0 -#scale_x=100 -#scale_y=20 +[Bootchart] +#Samples=500 +#Frequency=25 +#Relative=no +#Filter=yes +#Output=<folder name, defaults to /run/log> +#Init=/path/to/init-binary +#PlotMemoryUsage=no +#PlotEntropyGraph=no +#ScaleX=100 +#ScaleY=20 |