1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-07 21:18:41 +03:00
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 07:42:48 +03:00
Description=Test for PrivateDevices=yes
[Service]
ExecStart=sh -c 'test ! -c /dev/kmsg'
Type=oneshot
PrivateDevices=yes