Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 792456 | Differences between
and this patch

Collapse All | Expand All

(-)a/media-tv/tvheadend/files/tvheadend.service (-1 / +1 lines)
Lines 9-15 Group=video Link Here
9
RuntimeDirectory=tvheadend
9
RuntimeDirectory=tvheadend
10
PIDFile=/run/tvheadend/tvheadend.pid
10
PIDFile=/run/tvheadend/tvheadend.pid
11
EnvironmentFile=/etc/conf.d/tvheadend
11
EnvironmentFile=/etc/conf.d/tvheadend
12
ExecStart=/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} ${TVHEADEND_OPTIONS}
12
ExecStart=/bin/sh -c '/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} ${TVHEADEND_OPTIONS}'
13
TimeoutStartSec=1m
13
TimeoutStartSec=1m
14
TimeoutStopSec=20s
14
TimeoutStopSec=20s
15
Restart=always
15
Restart=always

Return to bug 792456