For reasons it could be possible that you need to get the information when a service was restarted. First of all you need to find the process id.

ps | grep "uwsgi"

Using the so found process id you can now get the information of the last restart.

ps -p <processId> -o lstart
Add your reply here with Webmention (you must link to this page in its canonical form)
Webmentions are approved manually. Will take some time until they show up.

revision: Wed Jan 10 10:55:47 2024 +0100 | fee8554 - history: /2019/02/08/1/post.md