commit:     dea1598b131c6e2bd6b9de272ba4e5a6b9836fb9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  2 16:11:35 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 16:11:35 2025 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=dea1598b

Drop boot services from depend

* emacs.rc (depend): Drop localmount and bootmisc, as they are
boot services.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 3 +++
 emacs.rc  | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eddac9d..2c31d0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-07-02  Ulrich Müller  <[email protected]>
 
+       * emacs.rc (depend): Drop localmount and bootmisc, as they are
+       boot services.
+
        * emacs.rc (start, stop): Removed; use start-stop-daemon's default
        functions instead.
        (command, command_args, command_background, command_user)

diff --git a/emacs.rc b/emacs.rc
index 2c8af7d..dd144f4 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -19,8 +19,7 @@ pidfile=/var/run/${RC_SVCNAME}.pid
 retry=TERM/${EMACS_TIMEOUT}/KILL/5
 
 depend() {
-    need localmount
-    after bootmisc dbus
+    after dbus
 }
 
 start_pre() {

Reply via email to