summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-privatedevices-yes.service
blob: 564e95892532c4304097f326a6eb22fae1cc23a6 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for PrivateDevices=yes

[Service]
ExecStart=/bin/sh -c 'test ! -c /dev/kmsg'
Type=oneshot
PrivateDevices=yes