diff options
author | root <root@rshg054.dnsready.net> | 2012-06-01 00:01:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-01 00:01:00 +0000 |
commit | 7087de492f6effbd08f6b644ce85d1b1ea58fb14 (patch) | |
tree | 70f17fe09e9a7b673212279dab2e0085ae4d751b /libre-testing/systemd/initcpio-install-timestamp | |
parent | 2ed96c6eb798c762b61a93a8b4cf80220c00ac1f (diff) |
Fri Jun 1 00:00:59 UTC 2012
Diffstat (limited to 'libre-testing/systemd/initcpio-install-timestamp')
-rw-r--r-- | libre-testing/systemd/initcpio-install-timestamp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp new file mode 100644 index 000000000..259cc705b --- /dev/null +++ b/libre-testing/systemd/initcpio-install-timestamp @@ -0,0 +1,14 @@ +#!/bin/bash + +build() { + add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp +} + +help() { + cat <<HELPEOF +Provides support for RD_TIMESTAMP in early userspace, which can be read by a +program such as systemd-analyze to determine boot time. +HELPEOF +} + +# vim: set ft=sh ts=4 sw=4 et: |