Before my daemon is stopped I need to do call another program.
My first try was to use ExecStopPre
similar to ExecStartPre
but according to https://bugs.freedesktop.org/show_bug.cgi?id=73177 this is not supported and I should use "multiple ExecStop".
Anyone got an example for this? How should i kill the daemon from ExecStop
?