01ad8e0700
Signed-off-by: Steve Dickson <steved@redhat.com>
14 lines
263 B
Desktop File
14 lines
263 B
Desktop File
[Unit]
|
|
Description=NFS Remote Quota Server
|
|
BindTo=nfs-server.service
|
|
After=nfs-server.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
StandardError=syslog+console
|
|
EnvironmentFile=-/etc/sysconfig/nfs
|
|
ExecStart=-/usr/sbin/rpc.rquotad $RPCRQUOTADOPTS
|
|
|
|
[Install]
|
|
WantedBy=nfs.target
|