Centos7 add an Nginx to the custom system service prompt for Access denied

Source: Internet
Author: User

After installing Nginx, add to system service

The contents of the Nginx.service file created under/usr/lib/systemd/system are as follows:

[unit]description=nginx-High performance Web serverdocumentation=http://nginx.org/ en/docs/after=network.target remote-fs.target nss-lookup.target [service]type=forkingPIDFile =/your nginx pid file path/nginx.pidexecstartpre=/your nginx path/sbin/nginx-t-c/your nginx path/conf/
   
    nginx.confexecstart=/your nginx path/sbin/nginx-c/your nginx path/conf/
    nginx.confexecreload =/bin/ Kill-
    s HUP $MAINPIDExecStop=/bin/kill-
    s QUIT $MAINPIDPrivateTmp=
    true 
     [Install] Wantedby=multi-user.target
   

When you're done adding, turn on the service

Systemctl Enable Nginx.service

But tip error: Access denied

Search for a reason, is caused by SELinux. There are two types of solutions:

One

Systemctl daemon-reexec

Second, there is a security risk in this approach

0

Centos7 add an Nginx to the custom system service prompt for Access denied

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.