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:
parent
b32d5ef5a5
commit
9fdae24d79
@ -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 $?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user