D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
udev
/
rules.d
/
Filename :
99-lxd-agent.rules
back
Copy
# This rule acts as the primary trigger for architectures without DMI # (where the systemd generator is skipped). On architectures with DMI, this # rule will also fire, but systemd will safely deduplicate the start request. SUBSYSTEM=="virtio-ports", \ ATTR{name}=="com.canonical.lxd|org.linuxcontainers.lxd", \ TAG+="systemd", \ ENV{SYSTEMD_WANTS}+="lxd-agent.service"