Package Details: systemd-emacs-daemon 1-6

Package Base: systemd-emacs-daemon
Description: A per-user emacs daemon service for systemd
Upstream URL: http://www.emacswiki.org/emacs/EmacsAsDaemon#toc8
Category: daemons
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: Alad
Votes: 3
First Submitted: 2013-03-12 22:11
Last Updated: 2015-05-17 12:13

Dependencies (0)

Required by (0)

Sources

  • emacs.service

Latest Comments

Comment by Alad

2015-05-17 12:05

Updated

Comment by thiagowfx

2014-08-21 16:24

@sauyon agreed. See the EmacsWiki: http://www.emacswiki.org/emacs/EmacsAsDaemon#toc8

Comment by sauyon

2014-05-21 04:52

I would say that making this a user service (https://wiki.archlinux.org/index.php/Systemd/User) would make much more sense.

Comment by benalexau

2014-03-15 04:39

The install shell script displays the following output: "To enable systemd-emacs-daemon, use systemctl enable emacs@user.service.". This did not work for me. For the benefit of others installing this package, the following did work:

sudo systemctl enable emacs@`whoami`.service
sudo systemctl start emacs@`whoami`.service

Anonymous comment

2013-09-27 14:41

Never mind that, I built it with --all-source and it included the file. I would still like to know why --source didn't do the trick...

Anonymous comment

2013-09-27 14:17

Oh I see what you mean. It _is_ in the root directory of my project, though... doesn't 'makepkg -S' automatically add local files in the source array to the archive ?

Comment by bricewge

2013-09-27 13:56

Great, it was fast.
Can you add the emacs@.service file in the directory were your are doing "makepkg -s". Because otherwise it's not included in the tarball, like now.
Thanks.

Anonymous comment

2013-09-27 13:49

Hello yuxi and bricewge,

Sorry for reacting so late, I must have missed yuxi's notification or something :/

Anyway, I uploaded bricewge's updated version so all is well again. Thanks guys !

Comment by bricewge

2013-09-27 11:53

The checksum is not valid anymore, and using /lib is now depreceated.
I have created an updated PKGBUILD, as yuxi ask, with the systemd service file as part of the package. You can find it here: http://hastebin.com/fuqatisovo

Anonymous comment

2013-05-19 06:12

Hi periegetes,

Would it be possible to bundle the systemd service file as part of the package rather than relying on a download from another server? It's a small file, and it would be easier to review the entire package via AUR.

Also, adding post-install instructions on how to enable it would be useful.

I can provide a patch if you wish.