man: fix a fix of a typo in systemd.service example
The fix from cb263973 was made the other way around,
i.e. `SIGKILL` was changed to `SIGUSR1`, but the sentence is about a "termination signal", i.e. `SIGKILL`, not `SIGUSR1`.
(cherry picked from commit be3f62fa)