diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-26 09:45:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-26 09:45:19 +0100 |
| commit | cc25a91cf13803bcc8d827807b316685a1f242e6 (patch) | |
| tree | 7e61045b6044aa5557c70f24f973b6b2afaa6788 /Makefile | |
| parent | 13c909f085da318e39ed9de363887c94038725cf (diff) | |
adds advisory openrc/user-runlevel-default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -55,7 +55,7 @@ login_registry: podman login $(REGISTRY_DOMAIN) .PHONY: install -install: install_service install_crontab +install: install_service install_crontab next_steps .PHONY: uninstall uninstall: uninstall_service uninstall_crontab @@ -88,6 +88,10 @@ uninstall_crontab: > crontab.tmp sudo mv crontab.tmp /etc/periodic/daily/joeac.net +.PHONY: next_steps +next_steps: + @echo "Make sure that your user's default runlevel is triggered by OpenRC. If this isn't already happening, edit openrc/user-default-runlevel with your username, copy it to /etc/init.d, and add it to the system's default runlevel with \`rc-service add <SERVICE> default\`." + .PHONY: clean clean: $(foreach module,$(MODULES),$(MAKE) --directory=$(module) clean;) |
