summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Patrick Williams2022-10-06 07:31:37 -0500
committerGravatar Nikias Bassen2023-09-18 12:25:42 +0200
commit2707534fc99e706114bcc6f6f4cfa20cc68156af (patch)
tree392b44fe75ff5e26698a05d02e21dc20dd602b9e /configure.ac
parent56f013bd36652edb5034652dbf13719094dee45b (diff)
downloadusbmuxd-2707534fc99e706114bcc6f6f4cfa20cc68156af.tar.gz
usbmuxd-2707534fc99e706114bcc6f6f4cfa20cc68156af.tar.bz2
systemd: use runstatedir
On newer versions of systemd, there is an expectation that `/run` is used instead of `/var/run`. The current service file template can result in the following error message in the service: ``` systemd[1]: /lib/systemd/system/usbmuxd.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbmuxd.pid → /run/usbmuxd.pid; please update the unit file accordingly. ``` Prefer the `@runstatedir@` over `@localstatedir/run@` pattern as suggested by [1]. [1]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions