Added initial lxd ebuild.
This commit is contained in:
parent
cb9bb53abc
commit
955c0c676e
9 changed files with 333 additions and 0 deletions
16
app-emulation/lxd/files/lxd-containers-4.0.0.service
Normal file
16
app-emulation/lxd/files/lxd-containers-4.0.0.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=LXD - container startup/shutdown
|
||||
Documentation=man:lxd(1)
|
||||
After=lxd.socket lxd.service
|
||||
Requires=lxd.socket
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/lxd activateifneeded
|
||||
ExecStop=/usr/sbin/lxd shutdown
|
||||
TimeoutStartSec=600s
|
||||
TimeoutStopSec=600s
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue