]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-privatedevices-disabled-by-prefix.service
Merge pull request #11589 from yuwata/udevd-is-device-busy
[thirdparty/systemd.git] / test / test-execute / exec-privatedevices-disabled-by-prefix.service
1 [Unit]
2 Description=Test for PrivateDevices=yes with prefix
3
4 [Service]
5 ExecStart=/bin/sh -x -c '! test -c /dev/kmsg'
6 ExecStart=+/bin/sh -x -c 'test -c /dev/kmsg'
7 Type=oneshot
8 PrivateDevices=yes