13 lines
235 B
SYSTEMD
13 lines
235 B
SYSTEMD
|
[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
|
||
|
|