summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-05-10 23:17:32 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-05-10 23:17:32 +0100
commit2b4d221c8a5c4aee7a1330beba243636767d6dfc (patch)
treed38be49bb21c4d4ec3c2020bef5a34f5b84e4ce2 /media-tv/tvheadend
parentmedia-tv/tvheadend: Fix build with USE=-dvb (diff)
downloadgentoo-2b4d221c8a5c4aee7a1330beba243636767d6dfc.tar.gz
gentoo-2b4d221c8a5c4aee7a1330beba243636767d6dfc.tar.bz2
gentoo-2b4d221c8a5c4aee7a1330beba243636767d6dfc.zip
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>
Diffstat (limited to 'media-tv/tvheadend')
-rw-r--r--media-tv/tvheadend/files/tvheadend.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/tvheadend/files/tvheadend.service b/media-tv/tvheadend/files/tvheadend.service
index 6d1e27445b73..cd5c5e7f9115 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