www/gatus: Add newsyslog.conf(5) file for log rotation
- To implement log rotation, daemon(8) is configured to accept the SIGHUP signal in order to reopen the log file, and the PID of the daemon(8) process is recorded in its own PID file so that newsyslog(8) can rotate the log.
- Change -t "${desc}" to -t "${name}: ${desc}" to be more descriptive.
PR: 296710
Reported by: yds@Necessitu.de