Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | systemd: use runstatedir | Patrick Williams | 2 | -2/+2 | |
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> | |||||
2014-11-21 | systemd: Remove Type option from service file as it already defaults to simple | Martin Szulecki | 1 | -1/+0 | |
2014-11-21 | systemd: Add documentation reference to unit file | Martin Szulecki | 1 | -0/+1 | |
2014-10-16 | Rename HAVE_SYSTEMD conditional into WANT_SYSTEMD | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | systemd: Use new "--systemd" and fix multiple device handling with systemd | Martin Szulecki | 1 | -1/+1 | |
2014-09-19 | Add systemd activation autofoo with fallback for udev and manual activation | Martin Szulecki | 2 | -0/+28 | |