Conversation
|
The basic implementation has been done. You can try like the followings. and edit the line UsageWhen there is no tym instance, run below. The process will be daemon process. This execution is wrapped as systemd-unit. However, this will also failed in your working tym instance. To start the daemon process, we need to stop all tym instances including the terminal just you are working on! So the following may help you. |
|
sometimes when i try to run an instance, it exits with no error (with a log of just quit). |
|
The application ID may be the cause. tym instances unite by application ID such as On the other hand., if you feel curious that when the daemon/primary process exists, all secondary tym executions will quit immediately, that is just the specification of tym. If you need logs also on the secondary executions, there is a means of receiving log messages from the primary/daemon process using D-Bus IPC. |
Adding
--daemon--isolatedprocess will not be united into the daemon process (it will has always an unique process by an instance).TODOs