Files
Daniel Kondor 3dc144150f systemd: change unit type to "exec"
We had implicitly "Type=dbus" which would mean that systemd would terminate the Cairo-Dock process once the DBus name goes away, preventing the crash handler from restarting it. We could also rely on systemd to restart us, but then it would be more complicated to save the crashed module name.

This change means that the unit will be "ready" before the DBus name is available, but this should not be a problem (we don't have dependent units and even if we had, they should be able to handle the DBus name appearing later).
2026-01-15 00:09:31 +01:00
..
2025-10-31 08:05:50 -04:00