mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-05 18:20:27 +00:00
8 lines
128 B
Desktop File
8 lines
128 B
Desktop File
[Unit]
|
|
Description=Test for PrivateDev=yes
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'test ! -c /dev/mem'
|
|
Type=oneshot
|
|
PrivateDevices=yes
|