www-servers/jellyfin-bin: init: untabify

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-09-21 19:35:45 +02:00
parent b32d5ef5a5
commit 9fdae24d79
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -56,7 +56,7 @@ start() {
--pidfile ${pidfile} \
--user ${command_user} \
--make-pidfile \
-- ${JELLYFIN_ARGS}
-- ${JELLYFIN_ARGS}
eend $?
}
@ -71,7 +71,7 @@ stop() {
start-stop-daemon --stop --exec ${command} \
--pidfile ${pidfile} \
--user ${command_user} \
-- ${JELLYFIN_ARGS}
-- ${JELLYFIN_ARGS}
eend $?
}