Add nfs-kernel-server for Debian

Debian based systems use nfs-kernel-server as the service name.
List both nfs-server.service and nfs-kernel-server.service so
this service will work on multiple distributions.

Signed-off-by: Grischa Zengel <github.zfsonlinux@zengel.info>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4350
This commit is contained in:
Grischa Zengel 2016-02-19 19:20:55 +01:00 committed by Brian Behlendorf
parent 8a09d5fd46
commit e79a6bacc6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[Unit]
Description=ZFS file system shares
After=nfs-server.service
After=nfs-server.service nfs-kernel-server.service
After=smb.service
After=zfs-mount.service
Requires=zfs-mount.service
PartOf=nfs-server.service
PartOf=nfs-server.service nfs-kernel-server.service
PartOf=smb.service
[Service]