summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/nfsd.service
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-04-13 21:16:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-04-13 21:16:08 (GMT)
commitc8188f1e65a1b8b310b1e6410d8416a8ea2b2813 (patch)
treeeaeab41ae1ee81305e14514e4980f587d9892896 /abs/core/nfs-utils/nfsd.service
parente890f4ba7b7ed37b7004a582a042403a501e010a (diff)
downloadlinhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.zip
linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.gz
linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.bz2
nfs-utils: update to 2.3.1
Diffstat (limited to 'abs/core/nfs-utils/nfsd.service')
-rw-r--r--abs/core/nfs-utils/nfsd.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core/nfs-utils/nfsd.service b/abs/core/nfs-utils/nfsd.service
deleted file mode 100644
index d63e490..0000000
--- a/abs/core/nfs-utils/nfsd.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=NFS server
-After=rpcbind.service
-Requires=rpcbind.service
-
-[Service]
-Type=oneshot
-EnvironmentFile=/etc/conf.d/nfs-server.conf
-ExecStart=/usr/bin/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
-ExecStartPost=/usr/bin/exportfs -a
-ExecStop=/usr/bin/rpc.nfsd 0
-ExecStopPost=/usr/bin/exportfs -a -u
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target