about summary refs log tree commit diff stats
path: root/systemd/user/emacs.service
blob: 57a7e503cc6fca83fc02436f805d3ff0bedad34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/

[Service]
Type=forking
ExecStart=/home/case/.local/bin/emacs --daemon
ExecStop=/home/case/.local/bin/emacsclient --eval "(kill-emacs)"
Restart=on-always

[Install]
WantedBy=default.target