summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 11:29:58 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 11:29:58 +0100
commit0a2a4c68fa94a6c2fff9620052c6789bf314d422 (patch)
tree653e2ac57594e08b6cdf46780f70d9a65254b07f /Makefile
parentd9692da89c91af2778e0c88eb8d58e8e7452d794 (diff)
rc-update adds joeac.net service to 'default'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f00de68..078ac50 100644
--- a/Makefile
+++ b/Makefile
@@ -67,13 +67,13 @@ install_service: ~/.config/rc/init.d/joeac.net
rm -f ~/.config/rc/init.d/joeac.net; \
mkdir -p ~/.config/rc/init.d; \
cp openrc/joeac.net ~/.config/rc/init.d/joeac.net \
- && rc-update -U add joeac.net \
+ && rc-update -U add joeac.net default \
&& rc-service -U joeac.net start; \
.PHONY: uninstall_service
uninstall_service:
rc-service -U joeac.net stop \
- && rc-update -U del joeac.net \
+ && rc-update -U del joeac.net default \
&& rm -f ~/.config/rc/init.d/joeac.net; \
.PHONY: install_crontab