mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-13 12:58:20 +03:00
11 lines
262 B
SYSTEMD
11 lines
262 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Test for PrivateDevices=yes with a bind mounted device
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'test -c /dev/kmsg'
|
||
|
ExecStart=/bin/sh -c 'test ! -w /dev/'
|
||
|
Type=oneshot
|
||
|
PrivateDevices=yes
|
||
|
BindPaths=/dev/kmsg
|