]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-restrict-namespaces-no.service
Merge pull request #7529 from vcaputo/trivial-style-fixups
[thirdparty/systemd.git] / test / test-execute / exec-restrict-namespaces-no.service
1 [Unit]
2 Description=Test RestrictNamespaces=no
3
4 [Service]
5 RestrictNamespaces=no
6 ExecStart=/bin/sh -x -c 'unshare -m -u -i -n -p -f'
7 Type=oneshot