| Server IP : 178.105.222.151 / Your IP : 216.73.216.38 Web Server : nginx/1.28.3 System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/systemd/system/ |
Upload File : |
# Systemd unit for lxd-agent. It ensures the lxd-agent is copied from the shared filesystem before # it is started. The service is triggered dynamically when the lxd-agent-generator is run inside a # LXD VM, rather than being enabled at boot. [Unit] Description=LXD - agent Documentation=https://documentation.ubuntu.com/lxd/latest/ Before=multi-user.target cloud-init-local.service shutdown.target umount.target After=local-fs.target systemd-journald.socket Conflicts=shutdown.target DefaultDependencies=no # Containers see their host's DMI information, so the generator may add # lxd-agent.service to the boot transaction if the container's host is a LXD VM # with systemd older than 251. Prevent this by requiring a VM (systemd 244+). ConditionVirtualization=vm [Service] Type=notify RuntimeDirectory=lxd_agent WorkingDirectory=-/run/lxd_agent ExecStartPre=/usr/lib/systemd/lxd-agent-setup ExecStart=/run/lxd_agent/lxd-agent Restart=on-failure RestartSec=5s StartLimitInterval=60 StartLimitBurst=10