mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
42345b178d
This is not meant to be comprehensive, just the few cases where the /bin/sh -c wrapper is obviously superfluous.
8 lines
128 B
Desktop File
8 lines
128 B
Desktop File
[Unit]
|
|
Description=Test RestrictNamespaces=no
|
|
|
|
[Service]
|
|
RestrictNamespaces=no
|
|
ExecStart=unshare -m -u -i -n -p -f
|
|
Type=oneshot
|