Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 592556 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), 766 bytes, created by
Greg Turner
on 2019-10-12 08:51:27 UTC
(
hide
)
Description:
/etc/init.d/dmeventd
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2019-10-12 08:51:27 UTC
Size:
766 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 >command_args="-R" >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 >} > >reload() { > ebegin "Restarting dmeventd" > DMEVENTD_IDLE_EXIT_TIMEOUT=${DMEVENTD_IDLE_EXIT_TIMEOUT:--1} \ > ${command} ${command_args} & > eend $? >} > >start() { > ebegin "Starting dmeventd" > start-stop-daemon --start -x ${command} -e DMEVENTD_IDLE_EXIT_TIMEOUT=${DMEVENTD_IDLE_EXIT_TIMEOUT:--1} > 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