diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 15:21:41 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 15:21:41 +0100 |
| commit | affc7521d649759a005337f0b87c91c7d4e30e31 (patch) | |
| tree | b556c4921e20f114874d98ba3808f919d4b27b36 | |
| parent | f5a7d78d4f3b39283e33a2338d2c45dbdf8a3e23 (diff) | |
chmod +x for joeac.net openrc service
| -rw-r--r-- | make/openrc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/openrc.mk b/make/openrc.mk index ec76271..7dece03 100644 --- a/make/openrc.mk +++ b/make/openrc.mk @@ -54,6 +54,7 @@ $(foreach module,$(MODULES),$(eval $(openrc_restart_rule))) rm -f ~/.config/rc/init.d/joeac.net; \ mkdir -p ~/.config/rc/init.d; \ COMPOSECMD="$(COMPOSE_CMD)" envsubst -i openrc/init.d/joeac.net.template -o ~/.config/rc/init.d/joeac.net + chmod +x ~/.config/rc/init.d/joeac.net ~/.config/rc/init.d: mkdir -p ~/.config/rc/init.d |
