systemd/test/test-execute/exec-restrictnamespaces-no.service
2018-06-22 13:38:31 +02:00

8 lines
128 B
Desktop File

[Unit]
Description=Test RestrictNamespaces=no
[Service]
RestrictNamespaces=no
ExecStart=unshare -m -u -i -n -p -f
Type=oneshot