mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-tv/tvheadend: Fix bad quoting in systemd service file
Closes: https://bugs.gentoo.org/720720 Package-Manager: Portage-2.3.99, Repoman-2.3.22 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