Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397782 Details for
Bug 541812
www-server/apache-2.2 logrotate file does not support systemd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init-system-aware apache reload script (OpenRC/systemd)
apachereload (text/plain), 232 bytes, created by
Liam Dennehy
on 2015-03-01 15:18:39 UTC
(
hide
)
Description:
Init-system-aware apache reload script (OpenRC/systemd)
Filename:
MIME Type:
Creator:
Liam Dennehy
Created:
2015-03-01 15:18:39 UTC
Size:
232 bytes
patch
obsolete
>#!/bin/bash >if [ -d /run/openrc ] && [ $(ls /run/openrc/started | wc -l) -gt 0 ]; then > /etc/init.d/apache2 reload >/dev/null 2>&1 >elif [ -n "$(/usr/bin/systemctl 2>/dev/null)" ]; then > /usr/bin/systemctl reload apache2 2>&1 > fi
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 541812
:
397782
|
397784
|
397786
|
398232
|
398528