mirror of
https://git.proxmox.com/git/systemd
synced 2025-11-03 19:18:08 +00:00
8 lines
166 B
Desktop File
8 lines
166 B
Desktop File
[Unit]
|
|
Description=Test CAP_MKNOD capability for PrivateDevices=no
|
|
|
|
[Service]
|
|
PrivateDevices=no
|
|
ExecStart=/bin/sh -x -c 'capsh --print | grep cap_mknod'
|
|
Type=oneshot
|