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]
|
|
|
|
Type=simple
|
2023-11-12 09:17:12 +01:00
|
|
|
ExecStart=/usr/bin/emacs --daemon
|
2020-05-15 22:46:17 +02:00
|
|
|
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
|
|
|
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|