mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 21:24:29 +01:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
OPTIONS="-d -c /etc/uts-server/uts-server.cfg"
|
|
|
|
# if run on unprivileged port
|
|
USER="uts-server"
|
|
|
|
# if run on privileged port
|
|
# (please, set run_as_user param
|
|
# in configiration file to a non root user)
|
|
#USER="root"
|