11 lines
205 B
Desktop File
11 lines
205 B
Desktop File
[Unit]
|
|
Description=NFSv2/3 Mount Daemon
|
|
After=rpcbind.service nfsd.service
|
|
Requires=rpcbind.service nfsd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/rpc.mount
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|