Sha256: 05a0f9ee4bfd59b497b4ed43189eb32cb71260a94bf6db5067978a8a12d40081
Contents?: true
Size: 389 Bytes
Versions: 39
Compression:
Stored size: 389 Bytes
Contents
[Unit] Description=The NGINX HTTP and reverse proxy server After=syslog.target network.target remote-fs.target nss-lookup.target [Service] Type=forking PIDFile=/run/nginx.pid ExecStartPre=/opt/nginx/current/sbin/nginx -t ExecStart=/opt/nginx/current/sbin/nginx ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s QUIT $MAINPID PrivateTmp=true [Install] WantedBy=multi-user.target
Version data entries
39 entries across 39 versions & 2 rubygems