更新systemd.service示例
This commit is contained in:
committed by
cloud-init created default user
parent
1ffa3da357
commit
170ea1e86a
@@ -6,10 +6,11 @@ Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Group=root
|
||||
User=root
|
||||
ExecStart=/opt/tomcat/apache-tomcat-9.0.89/bin/startup.sh
|
||||
ExecReload=/opt/tomcat/apache-tomcat-9.0.89/bin/shutdown.sh & kill -9 $(ps aux | grep /opt/toomcat/apache-tomcat-9.0.89 | grep -v grep | awk '{print $2}' | tr -d ' ') & /opt/tomcat/apache-tomcat-9.0.89/bin/startup.sh
|
||||
ExecStop=/opt/tomcat/apache-tomcat-9.0.89/bin/shutdown.sh
|
||||
Restart=always
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user