summaryrefslogtreecommitdiffstats
path: root/projectroot/usr
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-04-07 08:28:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:22:02 +0200
commit8f29992d38df10148a8e4f5c077588975a32516d (patch)
treeab216a5059d5ba8f8cf2965c166c5b0144485bc4 /projectroot/usr
parent3e6ed740398871e9c54223c77fef183ca645c1cd (diff)
downloadptxdist-8f29992d38df10148a8e4f5c077588975a32516d.tar.gz
ptxdist-8f29992d38df10148a8e4f5c077588975a32516d.tar.xz
rauc: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot/usr')
-rw-r--r--projectroot/usr/lib/systemd/system/rauc-mark-good.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/projectroot/usr/lib/systemd/system/rauc-mark-good.service b/projectroot/usr/lib/systemd/system/rauc-mark-good.service
new file mode 100644
index 000000000..af4daab9f
--- /dev/null
+++ b/projectroot/usr/lib/systemd/system/rauc-mark-good.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=RAUC Good-marking Service
+ConditionKernelCommandLine=|bootchooser.active
+ConditionKernelCommandLine=|rauc.slot
+
+[Service]
+ExecStart=/usr/bin/rauc status mark-good
+
+[Install]
+WantedBy=multi-user.target