This commit is contained in:
zj
2025-12-17 01:30:20 +08:00
parent 50f456a779
commit 09bdfeaf6e
214 changed files with 101383 additions and 2 deletions

19
tms-bbt/smarttms.service Executable file
View File

@@ -0,0 +1,19 @@
[Unit]
Description=SmartTMS Service
After=mysqld.service
Wants=mysqld.service
[Service]
Type=forking
User=root
ExecStart=/usr/bin/smarttms start
ExecStop=/usr/bin/smarttms stop
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=5
TimeoutStartSec=300
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target