Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 679942 Details for
Bug 682670
sys-fs/lvm2-2.02.183 - systemd fails to stop dmeventd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/dmeventd
dmeventd (text/plain), 805 bytes, created by
Greg Turner
on 2020-12-28 03:47:49 UTC
(
hide
)
Description:
/etc/init.d/dmeventd
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2020-12-28 03:47:49 UTC
Size:
805 bytes
patch
obsolete
>#!/sbin/openrc-run ># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >command=/sbin/dmeventd >extra_started_commands=reload > >depend() { > # As of .67-r1, we call ALL lvm start/stop scripts with --sysinit, that > # means dmeventd is NOT notified, as it cannot be safely running > after lvm device-mapper >} > >_load() { > /usr/bin/killall -0 /sbin/dmeventd &>/dev/null \ > && { > DMEVENTD_IDLE_EXIT_TIMEOUT=${DMEVENTD_IDLE_EXIT_TIMEOUT:--1} \ > ${command} -R & > } || { > DMEVENTD_IDLE_EXIT_TIMEOUT=${DMEVENTD_IDLE_EXIT_TIMEOUT:--1} \ > ${command} & > } >} > >reload() { > ebegin "Restarting dmeventd" > _load > eend $? >} > >start() { > ebegin "Starting dmeventd" > _load > eend $? >} > >stop() { > ebegin "Stopping dmeventd" > start-stop-daemon --stop -x ${command} > 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 682670
:
592556
| 679942