cbowdon / daemons.el

An Emacs UI for managing init system services
GNU General Public License v3.0
102 stars 12 forks source link

Systemd user services #3

Closed deadtrickster closed 4 years ago

deadtrickster commented 6 years ago

Hi, cool package, thank you!

I just noticed that my emacs-daemon service which is running as systemd --user server isn't listed. Is that expected?

cbowdon commented 6 years ago

Thanks! It's a known issue that I would like to resolve (template services too, see #2). The proposed solution there (using systemd's dbus interface) would probably enable resolving this too.

I'm intending to tackle that at some point, but a PR to get it done sooner would also be welcome.

sebastiencs commented 6 years ago

+1. Thanks for the package @cbowdon