commit: 2b4d221c8a5c4aee7a1330beba243636767d6dfc Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun May 10 22:17:32 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun May 10 22:17:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4d221c
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 <AT> gentoo.org> media-tv/tvheadend/files/tvheadend.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/tvheadend/files/tvheadend.service b/media-tv/tvheadend/files/tvheadend.service index 6d1e27445b7..cd5c5e7f911 100644 --- a/media-tv/tvheadend/files/tvheadend.service +++ b/media-tv/tvheadend/files/tvheadend.service @@ -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
