diff --git a/configure b/configure index c61061eee..8aa333d38 100755 --- a/configure +++ b/configure @@ -1376,7 +1376,7 @@ Optional Features: --enable-debug Enable debug build --disable-gui Disable the GUI for headless running. Disables QtDBus and the GeoIP Database. - --enable-systemd Install the systemd service file (GUI only). + --enable-systemd Install the systemd service file (headless only). --disable-webui Disable the WebUI. --disable-qt-dbus Disable use of QtDBus (GUI only) diff --git a/configure.ac b/configure.ac index f3f9a4fae..bd3a9e116 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_ARG_ENABLE(gui, AC_ARG_ENABLE(systemd, [AS_HELP_STRING([--enable-systemd], - [Install the systemd service file (GUI only).])], + [Install the systemd service file (headless only).])], [], [enable_systemd=no])