Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 557974 Details for
Bug 673326
sys-auth/sssd needs better init.d script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sssd init.d script
sssd (text/plain), 772 bytes, created by
Joakim Tjernlund
on 2018-12-17 10:05:14 UTC
(
hide
)
Description:
sssd init.d script
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2018-12-17 10:05:14 UTC
Size:
772 bytes
patch
obsolete
>#!/sbin/openrc-run ># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > > >command="/usr/sbin/sssd" >command_args="-Df ${SSSD_OPTIONS}" >#start_stop_daemon_args="--quiet" >description="System Security Services Daemon" >pidfile="/run/sssd.pid" >#sssd may take time time to TERMinate so allow som extra time >retry="TERM/60" >extra_started_commands="rotate online offline" > >depend(){ > need localmount clock > use syslog > before xdm >} > >do_sig() { > local sig=$1 ; shift > ebegin "$*" > start-stop-daemon --signal ${sig} --pidfile ${pidfile} > eend $? >} > >rotate() { do_sig HUP "Sends sssd a signal to re-open its log files." ; } > >offline() { do_sig USR1 "Simulate offline" ; } > >online() { do_sig USR2 "Simulate online" ; }
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 673326
: 557974