promnesia icon indicating copy to clipboard operation
promnesia copied to clipboard

systemd install tool/script?

Open karlicoss opened this issue 6 years ago • 3 comments

I've had to write check_call(['systemctl', ...]) and use templating for systemd services more than I wish I had. Can it be resolved in a more generic way? e.g. here or here

karlicoss avatar Dec 27 '19 22:12 karlicoss

Some relevant stuff here https://github.com/karlicoss/grasp/issues/32

karlicoss avatar May 25 '20 13:05 karlicoss

Note: I think such a thing (installing some user service) is generally useful. I also have some script (this) where I would want to have such a systemd install script (or launchctl on MacOSX, and no idea what Windows has, or other Unixes).

Maybe it makes sense if we package sth like this as a separate PIP package, so that we can easily make use of it? (Or maybe there is already some project/package like this?)

albertz avatar Feb 26 '21 11:02 albertz

Yeah, perhaps that would make sense, I've got some other projects that bodge this (including grasp, yeah). I'll do one more bout of search just to absolutely make sure nothing like this exists, but if not, we could do it!

karlicoss avatar Mar 01 '21 21:03 karlicoss