From b959af1a15f2a19f188b9483c7eda3f05f7e30ec Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Tue, 9 Jan 2018 01:32:17 +0100 Subject: [PATCH] systemd: Provide URL and better description Let's direct users to the support site when they ask systemd for help about the service unit, or by looking at error messages. Also, let's adjust the description to be more pleasing to the eyes. The previous long description with uncommon formatting really stuck out in the boot logs. Signed-off-by: Kai Krakow --- scripts/beesd@.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/beesd@.service.in b/scripts/beesd@.service.in index 6115c62..5aeff76 100644 --- a/scripts/beesd@.service.in +++ b/scripts/beesd@.service.in @@ -1,5 +1,6 @@ [Unit] -Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i +Description=Bees (%i) +Documentation=https://github.com/Zygo/bees After=sysinit.target [Service]