all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3d03801ba2bc83bd5c19103ee16477f774c4a319 703 bytes (raw)
name: etc/emacs.service 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
## If your Emacs is installed in a non-standard location, you may need
## to copy this file to a standard directory, eg ~/.config/systemd/user/ .
## If you install this file by hand, change the "Exec" lines below
## to use absolute file names for the executables.
[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/

[Service]
Type=notify
ExecStart=emacs --fg-daemon
ExecStop=emacsclient --eval "(kill-emacs)"
# The location of the SSH auth socket varies by distribution, and some
# set it from PAM, so don't override by default.
# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
Restart=on-failure
SuccessExitStatus=15

[Install]
WantedBy=default.target

debug log:

solving 3d03801ba2b ...
found 3d03801ba2b in https://yhetil.org/emacs/978f5fbd-bc48-4489-baef-3c122ad82c8c@geekplace.eu/
found c99c6779f58 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 c99c6779f58e7c30ff1fae7c44e4e34c1ebc367c	etc/emacs.service

applying [1/1] https://yhetil.org/emacs/978f5fbd-bc48-4489-baef-3c122ad82c8c@geekplace.eu/
diff --git a/etc/emacs.service b/etc/emacs.service
index c99c6779f58..3d03801ba2b 100644

Checking patch etc/emacs.service...
Applied patch etc/emacs.service cleanly.

index at:
100644 3d03801ba2bc83bd5c19103ee16477f774c4a319	etc/emacs.service

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.