media-tv/tvheadend: Fix bad quoting in systemd service file
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 10 May 2020 22:17:32 +0000 (23:17 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 10 May 2020 22:17:32 +0000 (23:17 +0100)
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>
media-tv/tvheadend/files/tvheadend.service

index 6d1e27445b734e6c3fa104610cacc27b2dc57559..cd5c5e7f91151de7c89f46fa6b567ba57d8834f6 100644 (file)
@@ -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