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} \
|
--pidfile ${pidfile} \
|
||||||
--user ${command_user} \
|
--user ${command_user} \
|
||||||
--make-pidfile \
|
--make-pidfile \
|
||||||
-- ${JELLYFIN_ARGS}
|
-- ${JELLYFIN_ARGS}
|
||||||
|
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
@ -71,7 +71,7 @@ stop() {
|
|||||||
start-stop-daemon --stop --exec ${command} \
|
start-stop-daemon --stop --exec ${command} \
|
||||||
--pidfile ${pidfile} \
|
--pidfile ${pidfile} \
|
||||||
--user ${command_user} \
|
--user ${command_user} \
|
||||||
-- ${JELLYFIN_ARGS}
|
-- ${JELLYFIN_ARGS}
|
||||||
|
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user