stores src in $HOME and more perm tweaks

This commit is contained in:
2026-07-03 15:01:48 +01:00
parent 3af4546839
commit 99b21dbe8e
3 changed files with 24 additions and 31 deletions
+2 -1
View File
@@ -3,8 +3,9 @@
# https://gist.github.com/itzwam/2069e935385193207f7e5bea7156e21d
# https://github.com/0x17de/dockerservice-openrc
: ${HOME:=/home/joeac.net}
: ${MODULENAME:=${RC_SVCNAME##*.}}
: ${SRCDIR:=/usr/local/lib/joeac.net}
: ${SRCDIR:=$HOME/joeac.net}
DOCKER_COMPOSE_UP_ARGS=${DOCKER_COMPOSE_UP_ARGS-"--no-build --no-recreate --no-deps"}
[ -z "${MODULENAME}" ] && exit 1