]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-bootchart.service.in
units: .gitignore: units - ignore tmp.mount
[thirdparty/systemd.git] / units / systemd-bootchart.service.in
CommitLineData
da64a1fc
WC
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]
12Description=Boot Process Profiler
13Documentation=man:systemd-bootchart.service(1) man:bootchart.conf(5)
14DefaultDependencies=no
15
16[Service]
17ExecStart=@rootlibexecdir@/systemd-bootchart -r
18
19[Install]
20WantedBy=sysinit.target