summaryrefslogtreecommitdiff
path: root/.config/systemd/user/emacs-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/emacs-daemon.service')
-rw-r--r--.config/systemd/user/emacs-daemon.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/systemd/user/emacs-daemon.service b/.config/systemd/user/emacs-daemon.service
index 3869d75..31aa22e 100644
--- a/.config/systemd/user/emacs-daemon.service
+++ b/.config/systemd/user/emacs-daemon.service
@@ -5,6 +5,7 @@ Description=Emacs deamon
Type=forking
ExecStart=/usr/bin/env emacs --daemon
ExecStop=/usr/bin/env emacsclient -a false -e '(kill-emacs)'
+SyslogIdentifier=emacs
Restart=always
[Install]