From: Michael Nosthoff Date: Wed, 16 Sep 2020 15:35:04 +0000 (+0200) Subject: package/bandwithd: use /run for PIDFile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdc183eef026ecfc3f2ae2afc02440b549829be4;p=buildroot.git package/bandwithd: use /run for PIDFile Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/bandwithd.pid → /run/bandwithd.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff Signed-off-by: Thomas Petazzoni --- diff --git a/package/bandwidthd/bandwidthd.service b/package/bandwidthd/bandwidthd.service index 9c03d42946..ab7f05a2e8 100644 --- a/package/bandwidthd/bandwidthd.service +++ b/package/bandwidthd/bandwidthd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/bin/bandwidthd -PIDFile=/var/run/bandwidthd.pid +PIDFile=/run/bandwidthd.pid [Install] WantedBy=multi-user.target