Description
Every unit created by runc need daemon reload since systemd v230.
Steps to reproduce the issue
- sudo runc --systemd-cgroup --root /tmp/runc run mycontainerid
- sudo systemctl show -P NeedDaemonReload runc-mycontainerid.scope
Describe the results you received and expected
Actual:
$ sudo systemctl show -P NeedDaemonReload runc-mycontainerid.scope
yes
Expected:
$ sudo systemctl show -P NeedDaemonReload runc-mycontainerid.scope
no
What version of runc are you using?
v1.2.0-109
Host OS information
No response
Host kernel information
No response