[00:04] Eickmeyer: is there a dbus way to send that to systemd? [00:31] OvenWerks: Not that I know of? [00:32] Eickmeyer: I'm thinking: https://trstringer.com/python-systemd-dbus/ [00:32] The problem is finding the right command [00:32] I would like to get away from spawning processes. [00:40] I hear ya. [00:42] OvenWerks: That's the result I found too. [00:43] OvenWerks: There's a whole systemd binding for python: python3-systemd, in main, installed by default [00:45] is that the same as: https://www.freedesktop.org/software/systemd/python-systemd/journal.html [00:45] sorry take the journal part off [00:45] Looks like it. [00:56] half way down the page: https://pi3g.com/2020/08/01/enabling-and-disabling-a-systemd-service-in-python-using-dbus/ [00:56] Under enable and start [00:57] I don't need the enable part [16:35] Eickmeyer[m]: https://github.com/ovenwerks/studio-controls/commit/354df644a4b73090e82d73a3935d2a05c6ff0731 [16:35] Commit 354df64 in ovenwerks/studio-controls "Change startuo to xdg autostart (lp #1972896)" [18:15] Eickmeyer[m]: be careful to keep to the 2.3.1-fix branch, master is not ready yet (well it needs testing and applying tracking errors fixes to) [18:16] OvenWerks: ack [18:16] also the fix branch is just bugfixes, master is more [18:16] Makes sense.