Author: renodr
Date: Tue Oct  1 19:51:42 2019
New Revision: 22219

Log:
Update acpid unit file to have a Documentation= value.

Modified:
   trunk/systemd-units/ChangeLog
   trunk/systemd-units/blfs/units/acpid.service

Modified: trunk/systemd-units/ChangeLog
==============================================================================
--- trunk/systemd-units/ChangeLog       Tue Oct  1 15:34:21 2019        (r22218)
+++ trunk/systemd-units/ChangeLog       Tue Oct  1 19:51:42 2019        (r22219)
@@ -5,6 +5,7 @@
    * 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 <ren...@linuxfromscratch.org>
    * Modify rpcbind.service to not do a warm start. This solves a bug where, 
as of

Modified: trunk/systemd-units/blfs/units/acpid.service
==============================================================================
--- trunk/systemd-units/blfs/units/acpid.service        Tue Oct  1 15:34:21 
2019        (r22218)
+++ trunk/systemd-units/blfs/units/acpid.service        Tue Oct  1 19:51:42 
2019        (r22219)
@@ -1,10 +1,10 @@
 [Unit]
 Description=ACPI event daemon
-Requires=acpid.socket
+Documentation=man:acpid(8)
 
 [Service]
 StandardInput=socket
 ExecStart=/usr/sbin/acpid
 
 [Install]
-WantedBy=sockets.target
+WantedBy=multi-user.target
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to