1
0
mirror of https://github.com/opencontainers/runc.git synced 2026-02-05 18:45:28 +01:00
Files
runc/contrib/cmd/memfd-bind/memfd-bind@.service
Kir Kolyshkin 4fdd56169d memfd-bind: more specific doc URL
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>
2024-10-08 13:30:59 -07:00

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