13 lines
218 B
Desktop File
13 lines
218 B
Desktop File
[Unit]
|
|
Description=NFS server
|
|
After=rpcbind.service
|
|
Requires=rpcbind.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/rpc.nfsd
|
|
ExecStop=/usr/sbin/rpc.nfsd 0
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|