13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=User-mode file server for NFS
|
|
Documentation=https://github.com/nfs-ganesha/nfs-ganesha/wiki
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ganesha.nfsd
|
|
Type=forking
|
|
PIDFile=/var/run/ganesha.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|