Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372986 Details for
Bug 505034
net-misc/serviio - Serviio DLNA Media Server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/initd
initd (text/plain), 628 bytes, created by
Mike Nerone
on 2014-03-19 01:57:25 UTC
(
hide
)
Description:
files/initd
Filename:
MIME Type:
Creator:
Mike Nerone
Created:
2014-03-19 01:57:25 UTC
Size:
628 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need net >} > >start() { > ebegin "Starting Serviio Media Server" > start-stop-daemon --start --exec ${SERVIIO_CMD} --make-pidfile \ > --user ${SERVIIO_USER} --background \ > --pidfile /var/run/serviio.pid > eend $? >} > >stop() { > ebegin "Stopping Serviio Media Server" > ${SERVIIO_CMD} -stop > start-stop-daemon --stop \ > --user ${SERVIIO_USER} --pidfile /var/run/serviio.pid > 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 505034
:
372984
| 372986 |
372988
|
372990
|
372992
|
372994
|
372996
|
373138