summaryrefslogtreecommitdiff
path: root/.config/systemd/user/emacs-daemon.service
blob: 31aa22eddf0ca0fcfee8fc7d31ea614b07ebf919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Emacs deamon

[Service]
Type=forking
ExecStart=/usr/bin/env emacs --daemon
ExecStop=/usr/bin/env emacsclient -a false -e '(kill-emacs)'
SyslogIdentifier=emacs
Restart=always

[Install]
WantedBy=default.target