This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SYS_RESOURCE
-
CacheDirectory=nginx
-
CacheDirectoryMode=0750
-
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SYS_RESOURCE
-
ExecReload=/bin/kill -s HUP $MAINPID
-
ExecReload=/usr/bin/nginx -c 'nginx.conf' -t /usr/bin/kill -HUP $MAINPID
-
ExecReload=/usr/bin/nginx -s reload
-
ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload
-
ExecReload=/usr/sbin/nginx -s reload
-
ExecStart=/usr/bin/nginx -c 'nginx.conf'
-
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
-
ExecStart=/usr/sbin/nginx
-
ExecStart=/usr/sbin/nginx -g "daemon off;"
-
ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;'
-
ExecStartPre=/usr/bin/nginx-pre-start
-
ExecStartPre=/usr/bin/rm -f /run/nginx.pid /usr/sbin/nginx -t
-
ExecStartPre=/usr/sbin/nginx -t
-
ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;'
-
ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid
-
Group=nginx
-
KillMode=mixed
-
KillSignal=SIGQUIT
-
LockPersonality
Introduced in systemd 235=yes -
LogsDirectory=nginx
-
LogsDirectoryMode=0750
-
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PIDFile=/run/nginx.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateMounts=yes
-
PrivateTmp=yes
-
ProcSubset
Introduced in systemd 247=pid -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=read-only -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectProc
Introduced in systemd 247=invisible -
ProtectSystem
Introduced in systemd 214=full -
ProtectSystem
Introduced in systemd 214=strict -
RemoveIPC
Introduced in systemd 232=yes -
Restart=always
-
RestartSec=10s
-
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
RuntimeDirectory=nginx
-
RuntimeDirectoryMode=0750
-
SyslogLevel=err
-
SystemCallArchitectures=native
-
SystemCallFilter=~@cpu-emulation @debug @keyring @mount @obsolete @privileged @setuid ~@ipc
-
TimeoutStopSec
Introduced in systemd 188=5 -
Type=forking
-
UMask=0027
-
User=nginx
-
-
[Unit]
-
After=network-online.target remote-fs.target nss-lookup.target
-
After=network.target
-
After=network.target network-online.target nss-lookup.target
-
Description=A high performance web server and a reverse proxy server
-
Description=Nginx Web Server
-
Description=The nginx HTTP and reverse proxy server
-
Documentation=man:nginx(8)
-
StartLimitIntervalSec=60
-
Wants=network-online.target
-
Additionnal notes
Nothing here.