holgersson-overlay/app-emulation/lxd/files/lxd.service
Nils Freydank f5dab2b2c7
app-emulation/lxd: Import the tree's LXD ebuild (DO NOT USE IT!)
The ebuild drops iptables support bluntly as I
personally nftables. LXD networking commands
won't work without iptables so far.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2019-03-20 12:32:03 +01:00

11 lines
174 B
Desktop File

[Unit]
Description=Container hypervisor based on LXC
[Service]
ExecStart=/usr/sbin/lxd --group lxd
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target