1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=TEST-08-ISSUE-2730
4
5[Service]
6ExecStartPre=rm -f /failed /testok
7ExecStart=sh -x -c 'mount -o remount,rw /dev/sda1 && echo OK >/testok; systemctl poweroff'
8Type=oneshot
9