summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/timestamp-service/timestamp.service
blob: 9be50567dbc43955ca2be8705215446422911e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
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