2024-12-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
  * Add sysmond service.

2024-09-16 Douglas R. Reno <renodr at linuxfromscratch dot org>
  * Change mysqld.service to mariadb.service to adapt to changes required by
  the update to MariaDB 11.4.3. This includes changing the paths and usernames
  and groups to reference mariadb, as well as adding Conflicts to make sure
  that users use the new version. To simplify adapting to the changes, the
  uninstall-mysqld Makefile target has been kept.

2024-03-06 Xi Ruoyao <xry111 at xry111 dot site>
  * Use "journal" instead of "syslog" for StandardOutput= and StandardError=
    to avoid a warning from systemd.

2024-02-05 Douglas R. Reno <renodr at linuxfromscratch dot org>
  * Set SLAPD_OPTS to an empty string by default to resolve a warning that
  occurs when starting slapd.

2023-12-05 Xi Ruoyao <xry111 at xry111 dot site>
  * Add "-" into the ExecStart= line in sshd@.service, to prevent leaving
  failed services on failed login attempts when sshd.socket is used.

2023-12-05 Douglas R. Reno <renodr at linuxfromscratch dot org>
  * Removed targets that were copied over from the SysV bootscripts makefile.
  These were for installing network services and creating service directories
  in /etc/sysconfig/network-devices/services.
  * Removed the ISC DHCPD systemd unit since it has been removed from the
  book.
  * Removed the ISC DHCLIENT systemd unit since it has been removed from the
  book.
  * Removed the defaults file for dhcpd since it has been removed from the
  book.

2023-12-03 Pierre Labastie <pierre dot labastie at neuf dot fr>
  * Separate service units for each kea daemon. This is the recommended
  way by upstream. Units have been copied from 
  https://gist.github.com/Skywalker-11/29ab856ed3c88f0eadc6e833f32fa78a
  and adapted to our purpose.

2023-08-16 Douglas R. Reno <renodr at linuxfromscratch.org>
  * Add the SENDMAIL_OPTARG variable to /etc/default/sendmail. This is to
  silence a warning that appears when running the 'sendmail' service or the
  'sm-client' service.

2023-06-27 Douglas R. Reno <renodr at linuxfromscratch.org>
  * Add a systemd unit for the Kea DHCP server which is coming to BLFS.

2022-07-20 Douglas R. Reno <renodr at linuxfromscratch.org>
  * Add conflicts to lightdm.service to prevent it from being enabled on
  systems with LXDM or GDM installed.

2022-05-06 Douglas R. Reno <renodr at linuxfromscratch.org>
	* Add conflicts to exim.service to prevent it from starting on systems
	where sendmail.service *or* postfix.service are present.
	* Add conflicts to postfix.service to prevent it from starting on systems
	where sendmail.service *or* exim.service are present.
	* Remove obsolete rpcbind.socket/rpcbind.service units since we're now
	using the ones provided by upstream.

2022-02-27 Douglas R. Reno <renodr@linuxfromscratch.org>
	* Remove plymouth-quit.service from After= in lightdm.service.

2021-11-23 Douglas R. Reno <renodr@linuxfromscratch.org>
   * Adjust unbound.service to prevent systems from failing to start up.

2021-08-19 Xi Ruoyao <xry111@mengyan1223.wang>
	* Adjust install paths for merged-/usr hierarchy.
	* Modify gpm to wait for udev to create /dev/input/mice.

2021-04-18 Xi Ruoyao <xry111@mengyan1223.wang>
	* Modify the remaining occurences of /var/run to /run.

2021-01-22 Douglas R. Reno <renodr@linuxfromscratch.org>
	* Modify the rpcbind socket to use /run instead of /var/run like other sockets.

2021-01-05 Thomas Trepl <thomas@linuxfromscratch.org>
   * Add git-daemon service.

2020-04-15 Douglas R. Reno <renodr@linuxfromscratch.org>
	* Fix the dhcpcd systemd unit to use the correct PID file and no
	  freeze systemctl or stop dhcpcd from starting as a result.

2019-10-26 DJ Lucas <dj@linuxfromscratch.org>
   * Add nftables service.

2019-10-15 Douglas R. Reno <renodr@linuxfromscratch.org>
   * Remove the PIDFile argument from httpd as it is no longer needed.
   * Remove git-daemon service since we no longer support it.
   * Fix the Samba unit to use the correct PID file and binary location.

2019-10-01 Douglas R. Reno <renodr@linuxfromscratch.org>
   * Remove obsolete kdm service
   * Remove obsolete tor service (note that it was never part of BLFS)
   * Remove obsolete xinetd service
   * Remove obsolete nscd service and tmpfiles configuration file. 
     This is now part of LFS in the glibc installation section.
   * Update acpid unit file to allow it to install/enable under systemd-243.
   * Update acpid unit file to contain a Documentation= value

2018-09-15 Douglas R. Reno <renodr@linuxfromscratch.org>
   * Modify rpcbind.service to not do a warm start. This solves a bug where, as of
     LFS 8.3, rpcbind will fail to start, exiting with error code 1. In addition,
     the sysvinit bootscript does not use the warm start feature. Without warm start,
     the systemd unit now causes rpcbind to start correctly.

2018-01-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
   * Add lightdm service.

2016-03-07 DJ Lucas <dj@higgs.linuxfromscratch.org>
   * Add samba service.

2014-07-20 Armin K. <krejzi@email.com>
   * Import first revision of the standalone
     units package.

