diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:58:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:58:48 (GMT) |
commit | c0b6d75b1e6877b6b74eafdd8a5f6034159148c4 (patch) | |
tree | 6a73a15f8133614fb225fad66a3209a358d19abc /abs/core/systemd/initcpio-install-timestamp | |
parent | 25406062dd0370e3fd493280cede6104704dd519 (diff) | |
download | linhes_pkgbuild-c0b6d75b1e6877b6b74eafdd8a5f6034159148c4.zip linhes_pkgbuild-c0b6d75b1e6877b6b74eafdd8a5f6034159148c4.tar.gz linhes_pkgbuild-c0b6d75b1e6877b6b74eafdd8a5f6034159148c4.tar.bz2 |
systemd 187
-new
Diffstat (limited to 'abs/core/systemd/initcpio-install-timestamp')
-rw-r--r-- | abs/core/systemd/initcpio-install-timestamp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/systemd/initcpio-install-timestamp b/abs/core/systemd/initcpio-install-timestamp new file mode 100644 index 0000000..259cc70 --- /dev/null +++ b/abs/core/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: |