On Fri, Oct 27, 2023 at 2:07 PM Andy Pieters <systemd at andypieters.me.uk> wrote: > > Hi > > Is there a good way to send a usr1 signal upon reload of a service with type=simple? > > I don't really want to do KILL USR1 $(pidof process) as that could pull other processes with similar names / instances. > systemctl kill ... ?