ReverseFlux

emacs systemd

Feb 15th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=Emacs: the extensible, self-documenting text editor
  3.  
  4. [Service]
  5. Type=forking
  6. ExecStart=/usr/bin/emacs --daemon
  7. ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
  8. Restart=always
  9.  
  10. [Install]
  11. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment