lintian: systemd service file missing

Mon, Jun 26, 2017 in debian

I: snapper: systemd-service-file-missing-documentation-key lib/systemd/system/snapper-boot.service
I: snapper: systemd-service-file-missing-install-key lib/systemd/system/snapper-cleanup.service
I: snapper: systemd-service-file-missing-install-key lib/systemd/system/snapper-timeline.service

lintianでsystemd-service-file-missing-documentation-keyを確認。 あーmanを読めと。

Documentation=http://www.example.jp/foo https://example.com/foo

のように空白で区切ってURIを関連する順に列挙せよ、と。

しかし、まぁ今回の場合snapper-boot.serviceは起動時にsnapshot取りましょうね、というものなので特に参照ドキュメントは無い気がする。

systemd-service-file-missing-install-keyの方も。

The systemd service file does not contain a WantedBy= or RequiredBy= key in its [Install] section.

manだとWantedBy=default.target辺りを指定するのが適当?