Skip to content

Instantly share code, notes, and snippets.

@franciscoj
Last active September 8, 2016 09:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franciscoj/7a15ebbd161c8a639dbe to your computer and use it in GitHub Desktop.
Save franciscoj/7a15ebbd161c8a639dbe to your computer and use it in GitHub Desktop.
[Unit]
Description=Emacs daemon
[Service]
Type=forking
ExecStart=/usr/bin/emacs --daemon
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment