\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A [Unit] Description=The nginx HTTP and reverse proxy server After=network.target remote-fs.target nss-lookup.target StartLimitIntervalSec=0 StartLimitBurst=20 [Service] Type=forking PIDFile=/run/nginx.pid User=boa1684427 Group=boa1684427 Restart=always RestartSec=5s TimeoutStopSec=5 # Nginx will fail to start if /run/nginx.pid already exists but has the wrong # SELinux context. This might happen when running `nginx -t` from the cmdline. # https://bugzilla.redhat.com/show_bug.cgi?id=1268621 ExecStartPre=/usr/bin/rm -f /run/nginx.pid ExecStartPre=/usr/sbin/nginx -t ExecStart=/usr/sbin/nginx ExecReload=/bin/kill -s HUP $MAINPID KillSignal=SIGQUIT TimeoutStopSec=5 KillMode=mixed [Install] WantedBy=multi-user.target