]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-bootchart.service.in
Merge pull request #1179 from poettering/sd-event-sigchld-fix
[thirdparty/systemd.git] / units / systemd-bootchart.service.in
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # Note: it's usually a better idea to run systemd-bootchart via the
9 # init= kernel command line switch. See the man page for details.
10
11 [Unit]
12 Description=Boot Process Profiler
13 Documentation=man:systemd-bootchart.service(1) man:bootchart.conf(5)
14 DefaultDependencies=no
15
16 [Service]
17 ExecStart=@rootlibexecdir@/systemd-bootchart -r
18
19 [Install]
20 WantedBy=sysinit.target