lxd-agent.service 498 B

1234567891011121314151617181920
  1. [Unit]
  2. Description=LXD - agent
  3. Documentation=https://linuxcontainers.org/lxd
  4. ConditionPathExists=/dev/virtio-ports/org.linuxcontainers.lxd
  5. Requires=lxd-agent-9p.service
  6. After=lxd-agent-9p.service
  7. Before=cloud-init.target cloud-init.service cloud-init-local.service
  8. DefaultDependencies=no
  9. [Service]
  10. Type=simple
  11. WorkingDirectory=/run/lxd_config/9p
  12. ExecStart=/run/lxd_config/9p/lxd-agent
  13. Restart=on-failure
  14. RestartSec=5s
  15. StartLimitInterval=60
  16. StartLimitBurst=10
  17. [Install]
  18. WantedBy=multi-user.target