mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
314 B
SYSTEMD
14 lines
314 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Emacs text editor
|
||
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/emacs --fg-daemon
|
||
|
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
|
||
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|