mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-tv/tvheadend: Fix variable handling in systemd service file
Closes: https://bugs.gentoo.org/792456 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -9,7 +9,7 @@ Group=video
|
||||
RuntimeDirectory=tvheadend
|
||||
PIDFile=/run/tvheadend/tvheadend.pid
|
||||
EnvironmentFile=/etc/conf.d/tvheadend
|
||||
ExecStart=/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} ${TVHEADEND_OPTIONS}
|
||||
ExecStart=/usr/bin/tvheadend -p /run/tvheadend/tvheadend.pid -c ${TVHEADEND_CONFIG} $TVHEADEND_OPTIONS
|
||||
TimeoutStartSec=1m
|
||||
TimeoutStopSec=20s
|
||||
Restart=always
|
||||
|
||||
Reference in New Issue
Block a user