We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0994d25 commit 6c1740fCopy full SHA for 6c1740f
2 files changed
configure
@@ -1376,7 +1376,7 @@ Optional Features:
1376
--enable-debug Enable debug build
1377
--disable-gui Disable the GUI for headless running. Disables
1378
QtDBus and the GeoIP Database.
1379
- --enable-systemd Install the systemd service file (GUI only).
+ --enable-systemd Install the systemd service file (headless only).
1380
--disable-webui Disable the WebUI.
1381
--disable-qt-dbus Disable use of QtDBus (GUI only)
1382
configure.ac
@@ -56,7 +56,7 @@ AC_ARG_ENABLE(gui,
56
57
AC_ARG_ENABLE(systemd,
58
[AS_HELP_STRING([--enable-systemd],
59
- [Install the systemd service file (GUI only).])],
+ [Install the systemd service file (headless only).])],
60
[],
61
[enable_systemd=no])
62
0 commit comments