1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/test/test-execute/exec-restrictnamespaces-no.service

8 lines
144 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Test RestrictNamespaces=no
[Service]
RestrictNamespaces=no
ExecStart=/bin/sh -x -c 'unshare -m -u -i -n -p -f'
Type=oneshot