mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-01-30 18:34:28 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
a40b952f04
commit
67ecbede6b
@ -12,8 +12,8 @@
|
|||||||
# @@Description : entrypoint point for aria2
|
# @@Description : entrypoint point for aria2
|
||||||
# @@Changelog : New script
|
# @@Changelog : New script
|
||||||
# @@TODO : Better documentation
|
# @@TODO : Better documentation
|
||||||
# @@Other :
|
# @@Other :
|
||||||
# @@Resource :
|
# @@Resource :
|
||||||
# @@Terminal App : no
|
# @@Terminal App : no
|
||||||
# @@sudo/root : no
|
# @@sudo/root : no
|
||||||
# @@Template : other/docker-entrypoint
|
# @@Template : other/docker-entrypoint
|
||||||
|
@ -26,7 +26,7 @@ WORKDIR="" # set working directory
|
|||||||
SERVICE_UID="0" # set the user id
|
SERVICE_UID="0" # set the user id
|
||||||
SERVICE_USER="root" # execute command as another user
|
SERVICE_USER="root" # execute command as another user
|
||||||
SERVICE_PORT="" # port which service is listening on
|
SERVICE_PORT="" # port which service is listening on
|
||||||
EXEC_CMD_BIN="aria2" # command to execute
|
EXEC_CMD_BIN="aria2c" # command to execute
|
||||||
EXEC_CMD_ARGS="--conf-path=/etc/aria2/aria2.conf" # command arguments
|
EXEC_CMD_ARGS="--conf-path=/etc/aria2/aria2.conf" # command arguments
|
||||||
PRE_EXEC_MESSAGE="" # Show message before execute
|
PRE_EXEC_MESSAGE="" # Show message before execute
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user