1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

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 <kai@kaishome.de>
This commit is contained in:
Kai Krakow 2018-01-09 01:32:17 +01:00
parent 78f96a9fbd
commit b959af1a15

View File

@ -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]