summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2021-05-30 15:39:44 +0100
committerJames Le Cuirot <chewi@gentoo.org>2021-05-30 15:39:44 +0100
commitde8d29d5038faa33c3bdb099df5192abc89f2172 (patch)
tree321aaba302b71428b31abbd68dc8e14792772345 /media-tv
parentsci-mathematics/singular: new upstream version 4.2.0_p3. (diff)
downloadgentoo-de8d29d5038faa33c3bdb099df5192abc89f2172.tar.gz
gentoo-de8d29d5038faa33c3bdb099df5192abc89f2172.tar.bz2
gentoo-de8d29d5038faa33c3bdb099df5192abc89f2172.zip
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>
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/tvheadend/files/tvheadend.service2
-rw-r--r--media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild (renamed from media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild)0
2 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/tvheadend/files/tvheadend.service b/media-tv/tvheadend/files/tvheadend.service
index cd5c5e7f9115..11d3fe7a814f 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
diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
index f003420b8602..f003420b8602 100644
--- a/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild
+++ b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild