]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-privatedevices-disabled-by-prefix.service
tmpfiles: make truncate_file() safe
[thirdparty/systemd.git] / test / test-execute / exec-privatedevices-disabled-by-prefix.service
CommitLineData
cfa24ca0
YW
1[Unit]
2Description=Test for PrivateDevices=yes with prefix
3
4[Service]
5ExecStart=/bin/sh -x -c '! test -c /dev/kmsg'
6ExecStart=+/bin/sh -x -c 'test -c /dev/kmsg'
7Type=oneshot
8PrivateDevices=yes