]> git.proxmox.com Git - zfsonlinux.git/blob - zfs/debian/patches/0003-add-man-page-reference-to-systemd-units.patch
rebase patches on top of zfs-0.7.13
[zfsonlinux.git] / zfs / debian / patches / 0003-add-man-page-reference-to-systemd-units.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Mon, 4 Sep 2017 10:59:32 +0200
4 Subject: [PATCH] add man page reference to systemd units
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 etc/systemd/system/zfs-import-cache.service.in | 1 +
12 etc/systemd/system/zfs-import-scan.service.in | 1 +
13 etc/systemd/system/zfs-mount.service.in | 1 +
14 etc/systemd/system/zfs-share.service.in | 1 +
15 4 files changed, 4 insertions(+)
16
17 diff --git a/etc/systemd/system/zfs-import-cache.service.in b/etc/systemd/system/zfs-import-cache.service.in
18 index 97808dee7..cb4358fb4 100644
19 --- a/etc/systemd/system/zfs-import-cache.service.in
20 +++ b/etc/systemd/system/zfs-import-cache.service.in
21 @@ -1,5 +1,6 @@
22 [Unit]
23 Description=Import ZFS pools by cache file
24 +Documentation=man:zpool(8)
25 DefaultDependencies=no
26 Requires=systemd-udev-settle.service
27 After=systemd-udev-settle.service
28 diff --git a/etc/systemd/system/zfs-import-scan.service.in b/etc/systemd/system/zfs-import-scan.service.in
29 index c097e3852..e7b1d8862 100644
30 --- a/etc/systemd/system/zfs-import-scan.service.in
31 +++ b/etc/systemd/system/zfs-import-scan.service.in
32 @@ -1,5 +1,6 @@
33 [Unit]
34 Description=Import ZFS pools by device scanning
35 +Documentation=man:zpool(8)
36 DefaultDependencies=no
37 Requires=systemd-udev-settle.service
38 After=systemd-udev-settle.service
39 diff --git a/etc/systemd/system/zfs-mount.service.in b/etc/systemd/system/zfs-mount.service.in
40 index 728fc630c..8a73716f5 100644
41 --- a/etc/systemd/system/zfs-mount.service.in
42 +++ b/etc/systemd/system/zfs-mount.service.in
43 @@ -1,5 +1,6 @@
44 [Unit]
45 Description=Mount ZFS filesystems
46 +Documentation=man:zfs(8)
47 DefaultDependencies=no
48 After=systemd-udev-settle.service
49 After=zfs-import.target
50 diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in
51 index 494f5cbef..d0c93a3e6 100644
52 --- a/etc/systemd/system/zfs-share.service.in
53 +++ b/etc/systemd/system/zfs-share.service.in
54 @@ -1,5 +1,6 @@
55 [Unit]
56 Description=ZFS file system shares
57 +Documentation=man:zfs(8)
58 After=nfs-server.service nfs-kernel-server.service
59 After=smb.service
60 After=zfs-mount.service