10 lines
252 B
Desktop File
10 lines
252 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Test for PrivateDevices=yes with a bind mounted device
|
|
|
|
[Service]
|
|
ExecStart=sh -c 'test -c /dev/kmsg'
|
|
ExecStart=sh -c 'test ! -w /dev/'
|
|
Type=oneshot
|
|
PrivateDevices=yes
|
|
BindPaths=/dev/kmsg
|