diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-23 20:27:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-23 20:27:59 +0100 |
commit | c550f7a9b89d017215af084288bc44f736f774fe (patch) | |
tree | eb78eab804ff86a4d854b1fa85cca6499dabb7e6 /units | |
parent | 51d97007ed3ed87803435fa37a8cfae8a8c35de7 (diff) | |
parent | 4c2bb6b3b3cc7a3b88cce0df01fe754b6819f18b (diff) |
Merge pull request #2664 from zonque/bootchart-removal
Remove systemd-bootchart
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/systemd-bootchart.service.in | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/units/.gitignore b/units/.gitignore index e62fd01466..47e99154ee 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -22,7 +22,6 @@ /systemd-ask-password-wall.service /systemd-backlight@.service /systemd-binfmt.service -/systemd-bootchart.service /systemd-coredump@.service /systemd-firstboot.service /systemd-fsck-root.service diff --git a/units/systemd-bootchart.service.in b/units/systemd-bootchart.service.in deleted file mode 100644 index 396817f0ce..0000000000 --- a/units/systemd-bootchart.service.in +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# Note: it's usually a better idea to run systemd-bootchart via the -# init= kernel command line switch. See the man page for details. - -[Unit] -Description=Boot Process Profiler -Documentation=man:systemd-bootchart.service(1) man:bootchart.conf(5) -DefaultDependencies=no - -[Service] -ExecStart=@rootlibexecdir@/systemd-bootchart -r - -[Install] -WantedBy=sysinit.target |