mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
11 lines
206 B
Desktop File
11 lines
206 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.mountd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|