mirror of
https://github.com/opencontainers/runc.git
synced 2026-02-05 18:45:28 +01:00
Let's point to the relevant README directly in the systemd unit file, as it is hard to find in the whole nine yards of the runc repo. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
12 lines
261 B
Desktop File
12 lines
261 B
Desktop File
[Unit]
|
|
Description=Manage memfd-bind of %f
|
|
Documentation=https://github.com/opencontainers/runc/blob/main/contrib/cmd/memfd-bind/README.md
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=memfd-bind "%f"
|
|
ExecStop=memfd-bind --cleanup "%f"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|