mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-fs/nfs-utils: remove unused files
This commit is contained in:
committed by
Thomas Deutschmann
parent
4f8f65525b
commit
0e750ae279
@@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=NFS server
|
||||
After=rpcbind.service
|
||||
Requires=rpcbind.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/rpc.nfsd 8
|
||||
ExecStartPost=/usr/sbin/exportfs -a
|
||||
ExecStop=/usr/sbin/rpc.nfsd 0
|
||||
ExecStopPost=/usr/sbin/exportfs -a -u
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=NFS Configuration File System
|
||||
DefaultDependencies=no
|
||||
|
||||
[Mount]
|
||||
What=sunrpc
|
||||
Where=/proc/fs/nfsd
|
||||
Type=nfsd
|
||||
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=RPC GSS-API Client Daemon
|
||||
Documentation=man:rpc.gssd(8)
|
||||
After=rpcbind.service var-lib-nfs-rpc_pipefs.mount
|
||||
Requires=rpcbind.service var-lib-nfs-rpc_pipefs.mount
|
||||
Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/rpc.gssd -f
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=NFS v4 ID-Name Mapping Daemon
|
||||
Documentation=man:rpc.idmapd(8) man:idmapd.conf(5)
|
||||
After=var-lib-nfs-rpc_pipefs.mount nfsd.service
|
||||
Requires=var-lib-nfs-rpc_pipefs.mount
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/rpc.idmapd -f
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=NFS Mount Daemon
|
||||
After=rpcbind.service nfsd.service
|
||||
Requires=rpcbind.service nfsd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/rpc.mountd -F
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=NFSv2/3 Network Status Monitor Daemon
|
||||
After=rpcbind.service
|
||||
Requires=rpcbind.service
|
||||
Before=remote-fs-pre.target
|
||||
Wants=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/sbin/rpc.statd -F
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=RPC GSS-API Server Daemon
|
||||
Documentation=man:rpc.svcgssd(8)
|
||||
After=rpcbind.service
|
||||
Requires=rpcbind.service
|
||||
Before=nfs-server.target
|
||||
PartOf=nfs-server.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/rpc.svcgssd -f
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,7 +0,0 @@
|
||||
[Unit]
|
||||
Description=RPC Pipe File System
|
||||
|
||||
[Mount]
|
||||
What=rpc_pipefs
|
||||
Where=/var/lib/nfs/rpc_pipefs
|
||||
Type=rpc_pipefs
|
||||
Reference in New Issue
Block a user