mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-14 04:43:29 +00:00
8 lines
131 B
Desktop File
8 lines
131 B
Desktop File
[Unit]
|
|
Description=Test RestrictNamespaces=yes
|
|
|
|
[Service]
|
|
RestrictNamespaces=yes
|
|
ExecStart=/bin/sh -x -c 'unshare -m'
|
|
Type=oneshot
|