GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
unitd(8) FreeBSD System Manager's Manual unitd(8)

unitdruns the NGINX Unit daemon

unitd [--no-daemon] [--control socket] [--control-mode mode] [--control-user user] [--control-group group] [--group name] [--user name] [--log file] [--modulesdir directory] [--pid file] [--statedir directory] unitd [-h | --help | --version]

NGINX Unit is a polyglot app server, a reverse proxy, and a static file server for UNIX-like systems. It was built by nginx(8) team members from scratch to be highly efficient and fully configurable at runtime.

, --help
Displays a summary of Unit's command-line options and their compile-time defaults.
Displays Unit's version and the ./configure settings it was built with.
Runs Unit in non-daemon mode.
socket
Overrides the control API's socket address in IPv4, IPv6, or UNIX-domain format.
mode
Sets the permission of the UNIX-domain control socket.
user
Sets the owner of the UNIX-domain control socket.
group
Sets the group of the UNIX-domain control socket.
name, --user name
Override group name and user name used to run Unit's non-privileged processes.
file
Overrides the pathname for Unit's log.
directory
Overrides the directory path for Unit's language modules (*.unit.so) files.
file
Overrides the pathname for the PID file of Unit's main process.
directory
Overrides the directory path for Unit's state storage.

Exit status is 0 on success, or 1 if the daemon encounters an error.

/var/run/unit/unit.pid
The PID file of Unit's main process.
/var/log/unit/unit.log
A general-purpose log for diagnostics and troubleshooting.

unix:/var/run/unit/control.unit.sock
The socket address of Unit's control API.

(C) 2017-2024 NGINX, Inc.
(C) 2017-2024 Andrei Zeliankou
(C) 2018-2024 Konstantin Pavlov
(C) 2021-2024 Zhidao Hong
(C) 2022-2024 Andrew Clayton
(C) 2022-2024 Liam Crilly
(C) 2023-2024 Dan Callahan
(C) 2023-2024 Danielle De Leo
(C) 2023-2024 Dylan Arbour
(C) 2023-2024 Gabor Javorszky
(C) 2023-2024 Igor Ippolitov
(C) 2023-2024 Taryn Musgrave
(C) 2021-2023 Alejandro Colomar
(C) 2017-2022 Valentin V. Bartenev
(C) 2017-2022 Max Romanov
(C) 2021-2022 Oisín Canty
(C) 2017-2021 Igor Sysoev
(C) 2017-2021 Andrei Belov
(C) 2019-2021 Tiago Natel de Moura
(C) 2019-2020 Axel Duch
(C) 2018-2019 Alexander Borisov

SPDX-License-Identifier: Apache-2.0

Website

User mailing list

GitHub

2023-04-26 NGINX Unit

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.