summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-09-18Add missing license copies for REUSE complianceClaudia Pellegrino
2025-08-31Make REUSE compliantClaudia Pellegrino
2025-08-31Fix license expressionClaudia 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-31Adopt packageClaudia Pellegrino
2025-08-31Allow systemd unit to track the forked processClaudia 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-04Initial Commitluukas