1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-10 16:58:28 +03:00
systemd/test/test-execute/exec-privatedevices-yes.service
2015-10-31 15:07:19 +01:00

8 lines
136 B
Desktop File

[Unit]
Description=Test for PrivateDev=yes
[Service]
ExecStart=/bin/sh -c 'exit $(test ! -c /dev/mem)'
Type=oneshot
PrivateDevices=yes