Accepting request 1060590 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1060590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxd?expand=0&rev=50
This commit is contained in:
commit
846d428018
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 25 19:01:56 UTC 2022 - Kostas Papadakis <papadakis.k@yandex.com>
|
||||||
|
|
||||||
|
- Add stop entry to systemd service file so the lxc containers shutdown
|
||||||
|
gracefully
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 04:12:54 UTC 2022 - Aleksa Sarai <asarai@suse.com>
|
Mon Dec 12 04:12:54 UTC 2022 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ Documentation=man:lxd(1)
|
|||||||
Environment=LXD_OVMF_PATH=/usr/share/lxd/ovmf
|
Environment=LXD_OVMF_PATH=/usr/share/lxd/ovmf
|
||||||
ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log
|
ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log
|
||||||
ExecStartPost=/usr/bin/lxd waitready --timeout=600
|
ExecStartPost=/usr/bin/lxd waitready --timeout=600
|
||||||
|
ExecStop=/usr/bin/lxd shutdown --timeout=600
|
||||||
TimeoutStartSec=600s
|
TimeoutStartSec=600s
|
||||||
TimeoutStopSec=30s
|
TimeoutStopSec=30s
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user