From 31ee4472e897cbf0c3d61bd56bd5864f4507b659 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Thu, 4 May 2023 10:01:34 -0300 Subject: re-initial Signed-off-by: Anna (navi) Figueiredo Gomes --- init.d/emacs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 init.d/emacs (limited to 'init.d/emacs') diff --git a/init.d/emacs b/init.d/emacs new file mode 100755 index 0000000..f882e86 --- /dev/null +++ b/init.d/emacs @@ -0,0 +1,10 @@ +#!/sbin/openrc-run + +command="/usr/bin/emacs" +command_args="--fg-daemon" +command_background="true" +pidfile=${XDG_RUNTIME_DIR:-${SVCDIR}}/emacs.pid +description="Start an Emacs server running in the background" +depend() { + after dbus +} -- cgit v1.2.3