-
Had an issue today with the setup to automate the quartz sync with systemd. It turned out that doing on graphical-session was too late and the ssh agent of GNOME was already killed. This resulted in github not accepting the updates. So the solution was to instead trigger on exit.target.
creating a shutdown execution with systemd only for a specific user note got updated as a result.
-
Continued to update the How a ruby application is structured note