Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 466526 Details for
Bug 612170
app-emulation/lxd-2.{9,10,11} version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lxd-2.9.initd
lxd-2.9.initd (text/plain), 902 bytes, created by
Jeff Kowalczyk
on 2017-03-10 00:35:01 UTC
(
hide
)
Description:
lxd-2.9.initd
Filename:
MIME Type:
Creator:
Jeff Kowalczyk
Created:
2017-03-10 00:35:01 UTC
Size:
902 bytes
patch
obsolete
>#!/sbin/openrc-run ># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >DAEMON=/usr/sbin/lxd >PIDFILE=/run/lxd.pid > >extra_commands="stopall" > >depend() { > need net > use lxcfs > > # remove with 2.0 release > need cgmanager >} > >start() { > ebegin "Starting lxd server" > > start-stop-daemon --start \ > --pidfile ${PIDFILE} \ > --exec ${DAEMON} \ > --background \ > --make-pidfile \ > -- \ > ${LXD_OPTIONS} > > eend $? >} > >stop() { > if [ "$RC_GOINGDOWN" = "YES" ] || [ "$RC_REBOOT" = "YES" ]; then > stopall > else > ebegin "Stopping lxd service (but not containers)" > start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE} > eend $? > fi >} > >stopall() { > ebegin "Stopping lxd service and containers" > if "${DAEMON}" shutdown; then > /etc/init.d/lxd zap > rm -f ${PIDFILE} > fi > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 612170
:
466474
|
466476
|
466478
|
466480
|
466482
|
466484
|
466486
|
466488
|
466490
|
466492
|
466494
|
466496
|
466498
|
466500
|
466502
|
466504
|
466506
|
466508
|
466510
|
466512
|
466514
|
466516
|
466518
|
466520
|
466522
|
466524
| 466526 |
466528