[config] update /var/run -> /run for systemd
commit15cdc313b500e2473de7bafdcf1c703dbfd11e56
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Oct 2019 19:26:44 +0000 (10 22:26 +0300)
committerGlenn Strauss <gstrauss@gluelogic.com>
Fri, 31 Jan 2020 02:47:36 +0000 (30 21:47 -0500)
tree296221b4ba9bf6e7fd42a2333bfcb4b74db41a39
parent12aa0f4c9162120a84125ec77e226c6f447e41bd
[config] update /var/run -> /run for systemd

This gets rid of the warning:
> May 19 10:56:32 buster systemd[1]: /lib/systemd/system/lighttpd.service:6:
> PIDFile= references path below legacy directory /var/run/,
> updating /var/run/lighttpd.pid → /run/lighttpd.pid;
> please update the unit file accordingly.

refs:
- https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069
- https://github.com/systemd/systemd/pull/9019
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929203
- Filesystem Hierarchy Standard 3.0 (FHS 3.0)

github: closes #100
doc/systemd/lighttpd.service