systemd/test/test-execute/exec-privatedevices-yes.service

9 lines
173 B
SYSTEMD
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
2018-05-01 04:42:48 +00:00
Description=Test for PrivateDevices=yes
[Service]
ExecStart=sh -c 'test ! -c /dev/kmsg'
Type=oneshot
PrivateDevices=yes