]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-restrictnamespaces-no.service
test-execute: cleanup
[thirdparty/systemd.git] / test / test-execute / exec-restrictnamespaces-no.service
CommitLineData
97e60383
DH
1[Unit]
2Description=Test RestrictNamespaces=no
3
4[Service]
5RestrictNamespaces=no
6ExecStart=/bin/sh -x -c 'unshare -m -u -i -n -p -f'
7Type=oneshot