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