# -*- conf-mode -*- # Copyright (C) 2014 Free Software Foundation, Inc. [Unit] Description=Emacs: the extensible, customizable text editor - and more. Documentation=info:Emacs man:emacs(1) https://gnu.org/software/emacs/ [Service] Type=forking ExecStart=@emacs_prog@ --daemon ExecStop=@emacsclient_prog@ --eval "(kill-emacs)" Restart=on-failure [Install] WantedBy=default.target