93 lines
3.5 KiB
Diff
93 lines
3.5 KiB
Diff
From 08b9f2876aaf844c995c9eb461d6eee4589b2ca1 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
|
|
Date: Wed, 11 Oct 2017 14:28:31 +0200
|
|
Subject: [PATCH 05/11] man: add references to systemd units
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
|
---
|
|
...9-add-man-page-reference-to-systemd-units.patch | 59 ++++++++++++++++++++++
|
|
debian/patches/series | 1 +
|
|
2 files changed, 60 insertions(+)
|
|
create mode 100644 debian/patches/0009-add-man-page-reference-to-systemd-units.patch
|
|
|
|
diff --git a/debian/patches/0009-add-man-page-reference-to-systemd-units.patch b/debian/patches/0009-add-man-page-reference-to-systemd-units.patch
|
|
new file mode 100644
|
|
index 000000000..523d52f48
|
|
--- /dev/null
|
|
+++ b/debian/patches/0009-add-man-page-reference-to-systemd-units.patch
|
|
@@ -0,0 +1,59 @@
|
|
+From: =?utf-8?q?Fabian_Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
|
|
+Date: Mon, 4 Sep 2017 10:59:32 +0200
|
|
+Subject: add man page reference to systemd units
|
|
+MIME-Version: 1.0
|
|
+Content-Type: text/plain; charset="utf-8"
|
|
+Content-Transfer-Encoding: 8bit
|
|
+
|
|
+Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
|
+---
|
|
+ etc/systemd/system/zfs-import-cache.service.in | 1 +
|
|
+ etc/systemd/system/zfs-import-scan.service.in | 1 +
|
|
+ etc/systemd/system/zfs-mount.service.in | 1 +
|
|
+ etc/systemd/system/zfs-share.service.in | 1 +
|
|
+ 4 files changed, 4 insertions(+)
|
|
+
|
|
+diff --git a/etc/systemd/system/zfs-import-cache.service.in b/etc/systemd/system/zfs-import-cache.service.in
|
|
+index 02184a6..6170676 100644
|
|
+--- a/etc/systemd/system/zfs-import-cache.service.in
|
|
++++ b/etc/systemd/system/zfs-import-cache.service.in
|
|
+@@ -1,5 +1,6 @@
|
|
+ [Unit]
|
|
+ Description=Import ZFS pools by cache file
|
|
++Documentation=man:zpool(8)
|
|
+ DefaultDependencies=no
|
|
+ Requires=systemd-udev-settle.service
|
|
+ After=systemd-udev-settle.service
|
|
+diff --git a/etc/systemd/system/zfs-import-scan.service.in b/etc/systemd/system/zfs-import-scan.service.in
|
|
+index 625f3a9..9254fd3 100644
|
|
+--- a/etc/systemd/system/zfs-import-scan.service.in
|
|
++++ b/etc/systemd/system/zfs-import-scan.service.in
|
|
+@@ -1,5 +1,6 @@
|
|
+ [Unit]
|
|
+ Description=Import ZFS pools by device scanning
|
|
++Documentation=man:zpool(8)
|
|
+ DefaultDependencies=no
|
|
+ Requires=systemd-udev-settle.service
|
|
+ After=systemd-udev-settle.service
|
|
+diff --git a/etc/systemd/system/zfs-mount.service.in b/etc/systemd/system/zfs-mount.service.in
|
|
+index 0664fd9..3da7158 100644
|
|
+--- a/etc/systemd/system/zfs-mount.service.in
|
|
++++ b/etc/systemd/system/zfs-mount.service.in
|
|
+@@ -1,5 +1,6 @@
|
|
+ [Unit]
|
|
+ Description=Mount ZFS filesystems
|
|
++Documentation=man:zfs(8)
|
|
+ DefaultDependencies=no
|
|
+ After=systemd-udev-settle.service
|
|
+ After=zfs-import-cache.service
|
|
+diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in
|
|
+index 494f5cb..d0c93a3 100644
|
|
+--- a/etc/systemd/system/zfs-share.service.in
|
|
++++ b/etc/systemd/system/zfs-share.service.in
|
|
+@@ -1,5 +1,6 @@
|
|
+ [Unit]
|
|
+ Description=ZFS file system shares
|
|
++Documentation=man:zfs(8)
|
|
+ After=nfs-server.service nfs-kernel-server.service
|
|
+ After=smb.service
|
|
+ After=zfs-mount.service
|
|
diff --git a/debian/patches/series b/debian/patches/series
|
|
index ca6cf6657..b5e68c829 100644
|
|
--- a/debian/patches/series
|
|
+++ b/debian/patches/series
|
|
@@ -5,3 +5,4 @@ enable-zed.patch
|
|
1001-cmd-python-exec-path.patch
|
|
1004-zed-service-bindir.patch
|
|
0008-dracut-make-module-setup.sh-shebang-explicit.patch
|
|
+0009-add-man-page-reference-to-systemd-units.patch
|
|
--
|
|
2.14.1
|
|
|