Shorter "service syncthing status" message

Not sure if this belongs in here.

I’m using syncthing on my pi (works almost flawless by the way!) and use service syncthing status to view the status of syncthing in my motd. But it gives a long string like syncthing for USER pi: running (pid 28404 28412). I’d like to have it just return running or like nginx: nginx is running. Is this something i could edit myself? if so, how?

Ofcourse i know other like the longer messages. So i thought of maybe making it optional. Something in the lines of {start|stop|reload|force-reload|restart|status|status-long}

Thanks in advance

The package which you installed probably provides the init script. I think it might be at /etc/init.d/syncthing

Ah thanks! I found what i was looking for. This can be closed now.