You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few questions.The environment is Centos7
1.I tyied use qt creator ,new qt console application,Create a new project TEST,create TEST.service,Then start it with this command.
systemctl start TEST.service。
It can run normally.why? Qtservice Function?
2.Qtservice Can you provide a simple QT creator project? Just print the log.Or loop out UDP messages.Just need to be able to start it with a command.
systemctl start *.service
I've tried many times.It just won't start it with a command.
Please forgive me, I may not know much about this.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
You should propably read about sytemd and its services. Try to create a simple service with scripts following the official examples. Then you can come back to this project
Using Script production service, I have tried successfully.
I hope you can give me a simple example of the successful creation of the called Qtservice framework. I want to compare it with the qt console project production service.
Just print the log.Or loop out UDP messages.Just need to be able to start it with a command. systemctl start *.service
There are a few questions.The environment is Centos7
1.I tyied use qt creator ,new qt console application,Create a new project TEST,create TEST.service,Then start it with this command.
systemctl start TEST.service。
It can run normally.why? Qtservice Function?
2.Qtservice Can you provide a simple QT creator project? Just print the log.Or loop out UDP messages.Just need to be able to start it with a command.
systemctl start *.service
I've tried many times.It just won't start it with a command.
Please forgive me, I may not know much about this.
Thanks a lot.
The text was updated successfully, but these errors were encountered: