Service dont start. Must be replace: "Type=Forking" > "Type=forking".

- resolves: #1147912
This commit is contained in:
Jan Chaloupka 2014-09-30 12:47:40 +02:00
parent 473e2b062d
commit 886e7a1e2d
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Description=Emacs: the extensible, self-documenting text editor
[Service]
Type=Forking
Type=forking
ExecStart=/usr/bin/emacs --daemon
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
Restart=always

View File

@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
Name: emacs
Epoch: 1
Version: 24.3
Release: 26%{?dist}
Release: 27%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@ -484,6 +484,10 @@ update-desktop-database &> /dev/null || :
%dir %{_datadir}/emacs/site-lisp/site-start.d
%changelog
* Tue Sep 30 2014 jchaloup <jchaloup@redhat.com> - 1:24.3-27
- resolves: #1147912
Service dont start. Must be replace: "Type=Forking" > "Type=forking".
* Mon Aug 18 2014 jchaloup <jchaloup@redhat.com> - 1:24.3-26
- resolves: #1130587
unremove emacs from emacs-nox package, emacs and emacs-nox co-exist