FS#80336 - [jellyfin-server] Redundant statements in service file
Attached to Project:
Arch Linux
Opened by Dan Snis (snis) - Thursday, 23 November 2023, 15:09 GMT
Last edited by Toolybird (Toolybird) - Thursday, 23 November 2023, 20:38 GMT
Opened by Dan Snis (snis) - Thursday, 23 November 2023, 15:09 GMT
Last edited by Toolybird (Toolybird) - Thursday, 23 November 2023, 20:38 GMT
|
Details
Description:
The systemd service file include unnecessary flags in 'ExecStart' ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS All variables can be left out since it will use the EnvironmentFile anyway. Additional info: * package version: 10.8.12-1 Steps to reproduce: * /etc/systemd/system/jellyfin.service.d/override.conf [Service] User=jellyfin Group=jellyfin ExecStart= ExecStart=/usr/bin/jellyfin |
This task depends upon
[1] https://wiki.archlinux.org/title/Bug_reporting_guidelines#Upstream_or_Arch%3F