]> git.proxmox.com Git - systemd.git/blob - test/test-execute/exec-restrict-namespaces-yes.service
New upstream version 235
[systemd.git] / test / test-execute / exec-restrict-namespaces-yes.service
1 [Unit]
2 Description=Test RestrictNamespaces=yes
3
4 [Service]
5 RestrictNamespaces=yes
6 ExecStart=/bin/sh -x -c 'unshare -m'
7 Type=oneshot