https://seata.io/zh-cn/docs/ops/deploy-server.html

tee /usr/lib/systemd/system/seata.service << "EOF"
[Unit]
Description=seata-server
After=syslog.target network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
ExecStart=/usr/local/seata/seata-server-1.4.2/bin/seata-server.sh
Restart=always
PrivateTmp=true

[Install]
WantedBy=multi-user.target
EOF

systemctl daemon-reload

相关文章:

  • 2023-03-06
  • 2021-09-09
  • 2021-12-21
  • 2021-04-03
  • 2021-12-04
  • 2021-12-04
  • 2021-11-12
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-10-09
  • 2021-04-27
相关资源
相似解决方案