Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411547
Collapse All | Expand All

(-)/usr/portage/media-tv/mythtv/files/mythbackend.init (-1 / +1 lines)
Lines 30-36 Link Here
30
	ebegin "Starting MythTV Backend"
30
	ebegin "Starting MythTV Backend"
31
	start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
31
	start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
32
                --pidfile /var/run/mythbackend.pid -- \
32
                --pidfile /var/run/mythbackend.pid -- \
33
		--daemon --pidfile /var/run/mythbackend.pid --user mythtv
33
		--daemon --pidfile /var/run/mythbackend.pid --user mythtv \
34
		--verbose ${MYTHBACKEND_VERBOSE} \
34
		--verbose ${MYTHBACKEND_VERBOSE} \
35
		--logpath /var/log/mythtv/ \
35
		--logpath /var/log/mythtv/ \
36
		${MYTHBACKEND_OPTS}
36
		${MYTHBACKEND_OPTS}

Return to bug 411547