cbowdon / daemons.el

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

Add rudimentary support for systemd user services #20

Closed Olivia5k closed 4 years ago

Olivia5k commented 4 years ago

Add a custom variable daemons-systemd-is-user, which toggles all of the systemctl commands to add the --user flag. This makes the list and all of the commands operate on user services rather than the system ones.

Also add a command daemons-systemd-toggle-user, which will toggle the variable and refresh the list. It is bound to u in daemons-mode-map if the :test for daemons-systemd is t.

Closes #3

cbowdon commented 4 years ago

This is super, thanks!