Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Configuration method of automatic Boot of Jexus

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

How to configure Jexus to boot automatically, the details are as follows

Cd / etc/init.d/ vi jws

Press I edit mode and paste the following

#! / bin/bash#chkconfig: 2345 80 05#description:jws#. / etc/rc.d/init.d/functionscase "$1" instart) echo "Jexus Start.." / usr/jexus/jws start;; stop) echo "Jexus Stop.." / usr/jexus/jws stop;; restart) echo "Jexus Restart" / usr/jexus/jws restart;; status) / usr/jexus/jws status;; *) exit 1;; esacexit $RETVAL

After pressing ESC, enter: wq to save the file

Add this script as a "service"

Chmod 766 jwschkconfig-add jws

Refer to the blog:

Linux jexus service is set to boot

The above is the whole content of this article, I hope it will be helpful to your study, and I also hope that you will support it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report