Updated
Search Criteria
Package Details: systemd-emacs-daemon 1-6
Package Actions
| 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: | |
| 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
Comment by thiagowfx
@sauyon agreed. See the EmacsWiki: http://www.emacswiki.org/emacs/EmacsAsDaemon#toc8
Comment by sauyon
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
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
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
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
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
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
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
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.