507c5b8932
- Remove the compat for the usrmerge - Use systemd service files instead of the initscript + added extra workaround for argument parsing. - Remove extra SUSE traball with scripts as we reduced it down to one script and unitfile. OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=35
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
|
|
## Path: Network/File systems/NFS server
|
|
## Description: use fixed port number for rquotad
|
|
## Type: integer
|
|
## Default: ""
|
|
## ServiceRestart: quotad
|
|
#
|
|
# Only set this if you want to start quotad on a fixed
|
|
# port instead of the port assigned by rpc. Only for use
|
|
# to export nfs-filesystems through firewalls.
|
|
#
|
|
RQUOTAD_PORT=""
|