惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
J
Java Code Geeks
月光博客
月光博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI

博客园 - XiaoK

在centOS linux上使用chrony搭建NTP时间同步服务器 centOS端口映射命令 java gc日志的基本知识 定时清除linux内存buff/cache缓存 将libstdc++.so.6升级到libstdc++.so.6.0.29 修改rabbitMQ3.8默认端口号 nginx负载均衡的配置 linux配置nginx开机启动 vi编辑器常用命令 解决setroubleshootd进程占用内存、cpu高 centOS linux常用操作命令 Internet Explorer 安全区域注册表项说明 获取WPF控件句柄的方法 当远程访问mysql时,mysql会解析域名,会导致访问速度很慢 创建鼠标指针图标 [转]c#消息处理 c#实现渐变色 OpenFileDialog组件会更改应用程序默认目录问题 winForm中将控件背景设为透明色
一个项目用的linunx后台服务配置
XiaoK · 2022-11-23 · via 博客园 - XiaoK
[Unit]
Description=Springboot project auto start
After=syslog.target network.target nss-lookup.target nacos-wrapper.service soc.mc.service isg-devicemanger-wrapper.service isg-identify-wrapper.service
Wants=nacos-wrapper.service soc.mc.service isg-devicemanger-wrapper.service isg-identify-wrapper.service

[Service]
User=root
Type=forking
ExecStart=/opt/dccs/svr/isg/isg-common-wrapper.sh start
ExecReload=/opt/dccs/svr/isg/isg-common-wrapper restart
ExecStop=/opt/dccs/svr/isg/isg-common-wrapper.sh stop
ExecStartPre=/bin/sleep 50
 
[Install]
WantedBy=multi-user.target  

posted @ 2022-11-23 15:09  XiaoK  阅读(28)  评论()    收藏  举报