lifeblood commented on issue #5533:
URL: https://github.com/apache/apisix/issues/5533#issuecomment-972497464


   [root@openresty-2 ~]# cat /usr/lib/systemd/system/apisix.service
   [Unit]
   Description=apisix
   Conflicts=apisix.service
   After=network-online.target
   
   [Service]
   Type=forking
   WorkingDirectory=/usr/local/apisix
   ExecStart=/usr/bin/apisix start
   ExecStop=/usr/bin/apisix stop
   ExecReload=/usr/bin/apisix reload
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to