summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/timestamp-service/timestamp.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/systemd/timestamp-service/timestamp.service')
-rw-r--r--recipes-core/systemd/timestamp-service/timestamp.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/systemd/timestamp-service/timestamp.service b/recipes-core/systemd/timestamp-service/timestamp.service
new file mode 100644
index 0000000..9be5056
--- /dev/null
+++ b/recipes-core/systemd/timestamp-service/timestamp.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Timestamping service
+ConditionPathExists=/etc/timestamp
+After=remount-rootfs.service
+
+[Service]
+RemainAfterExit=yes
+ExecStart=/usr/bin/load-timestamp.sh
+ExecStop=/usr/bin/load-timestamp.sh --save
+
+[Install]
+WantedBy=basic.target