1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-09 09:57:26 +03:00
systemd-stable/test/test-execute/exec-restrictnamespaces-yes.service

8 lines
115 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Test RestrictNamespaces=yes
[Service]
RestrictNamespaces=yes
ExecStart=unshare -m
Type=oneshot