Files
aptly/systemd
Nick Bozhenko b9bed90904 Fix Go code formatting issues
Run gofmt -w . to fix formatting issues detected by CI:
- Fix indentation (spaces to tabs)
- Add missing newlines at end of files
- Remove trailing whitespace
2025-07-16 17:13:46 -04:00
..
2025-07-16 17:13:46 -04:00
2025-07-16 17:13:46 -04:00

Partial import of https://github.com/coreos/go-systemd to avoid a build dependency on systemd-dev for maximum build compatibility across different environments.

This import only includes activation code without tests as the tests use code from another directory making them not relocatable without introducing a delta to make them pass.

Code is Apache-2 which is equally permissive as MIT, which is used for aptly.