2020-05-15 22:46:17 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Emacs text editor
|
|
|
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
|
|
|
|
|
|
|
[Service]
|
2023-12-27 14:34:13 +01:00
|
|
|
Type=forking
|
2024-03-27 09:54:08 +01:00
|
|
|
ExecStart=emacs --daemon
|
|
|
|
ExecStop=emacsclient --eval "(kill-emacs)"
|
2020-05-15 22:46:17 +02:00
|
|
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
2023-12-27 14:34:13 +01:00
|
|
|
WantedBy=default.target
|