| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-18 | Add missing license copies for REUSE compliance | Claudia Pellegrino | |
| 2025-08-31 | Make REUSE compliant | Claudia Pellegrino | |
| 2025-08-31 | Fix license expression | Claudia Pellegrino | |
| Stating that something is licensed under the GPL without mentioning any license version is equivalent to letting you choose any version of the GPL. In terms of SPDX license expression, this means `GPL-1.0-or-later`. Fix license expression so it conforms to SPDX. | |||
| 2025-08-31 | Adopt package | Claudia Pellegrino | |
| 2025-08-31 | Allow systemd unit to track the forked process | Claudia Pellegrino | |
| With `Type=oneshot`, systemd is unable to identify or track the forked daemon process, and can’t stop or restart it. This breaks subsequent systemd invocations on the same unit, e.g. `systemd stop` and `systemd restart`. Configure the unit so that systemd correctly guesses the main PID of the forked process, and defers the guess until the bus name has appeared. | |||
| 2022-06-04 | Initial Commit | luukas | |