emacs/emacs.service
Petr Šabata c03f302505 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/emacs#1cedb9402777fa85d9d893044b18a02ace83e089
2020-10-15 00:01:22 +02:00

12 lines
231 B
Desktop File

[Unit]
Description=Emacs: the extensible, self-documenting text editor
[Service]
Type=forking
ExecStart=/usr/bin/emacs --daemon
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
Restart=always
[Install]
WantedBy=default.target