From f46ff02c16be00d73de0769657506c9e2008960e Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 02 2012 12:04:32 +0000 Subject: Add Documentation tag to service files --- diff --git a/bacula-dir.service b/bacula-dir.service index 0c9c263..0962a48 100644 --- a/bacula-dir.service +++ b/bacula-dir.service @@ -1,5 +1,6 @@ [Unit] Description=Bacula-Director, the Backup-server +Documentation=man:bacula-dir(8) Requires=syslog.target network.target nss-lookup.target After=network.target nss-lookup.target diff --git a/bacula-fd.service b/bacula-fd.service index de7ce8b..3e2f7a1 100644 --- a/bacula-fd.service +++ b/bacula-fd.service @@ -1,5 +1,6 @@ [Unit] Description=Bacula-FileDaemon, a Backup-client +Documentation=man:bacula-fd(8) Requires=syslog.target network.target nss-lookup.target After=network.target nss-lookup.target diff --git a/bacula-sd.service b/bacula-sd.service index cc8b455..6350fcd 100644 --- a/bacula-sd.service +++ b/bacula-sd.service @@ -1,5 +1,6 @@ [Unit] Description=Bacula-StorageDaemon, the storage-server +Documentation=man:bacula-sd(8) Requires=syslog.target network.target nss-lookup.target After=network.target nss-lookup.target