summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-08.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-08.service')
-rw-r--r--test/units/testsuite-08.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/units/testsuite-08.service b/test/units/testsuite-08.service
new file mode 100644
index 0000000..d961dc7
--- /dev/null
+++ b/test/units/testsuite-08.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=TEST-08-ISSUE-2730
+
+[Service]
+ExecStartPre=rm -f /failed /testok
+ExecStart=sh -x -c 'mount -o remount,rw /dev/sda1 && echo OK >/testok; systemctl poweroff'
+Type=oneshot