From 3a35689a438009a5058fbd85a2cf8b6ea18a83e3 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 29 Oct 2025 10:39:36 +0100 Subject: [PATCH] Adjust the "To ensure UnrealIRCd automatically starts on system startup" text at the end of "make install". Previously it mentioned installing a Cron job, now it also mentions Systemd. --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c6d4fe84b..1028f97be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -265,8 +265,10 @@ install: all @echo '* Consult the documentation online at:' @echo ' * https://www.unrealircd.org/docs/' @echo ' * https://www.unrealircd.org/docs/FAQ' - @echo '* You may also wish to install a cron job to ensure UnrealIRCd is always running:' - @echo ' * https://www.unrealircd.org/docs/Cron_job' + @echo '' + @echo '* To ensure UnrealIRCd automatically starts on system startup:' + @echo ' * Install a cron job: https://www.unrealircd.org/docs/Cron_job' + @echo ' * Or, use systemd: https://www.unrealircd.org/docs/Using_systemd_with_UnrealIRCd' @echo '' -@if [ "@SCRIPTDIR@/bin" = "@BINDIR@" ] ; then \ echo 'Again, be sure to change to the @SCRIPTDIR@ directory!' ; \