mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
c84752398b
Unfortunately meson does not install symlinks, but copies the symlink destination instead. So symlinks need to be created by a script. This commit adds both symlinks in test/testsuite-08.units/ and meson scriptlet calls. Strictly speaking, the first is not necessary, since nothing reads stuff directly from the source tree.
7 lines
153 B
Desktop File
7 lines
153 B
Desktop File
[Unit]
|
|
Description=TEST-08-ISSUE-2730
|
|
|
|
[Service]
|
|
ExecStart=sh -x -c 'mount -o remount,rw /dev/sda1 && echo OK >/testok; systemctl poweroff'
|
|
Type=oneshot
|