jcrodriguez-dis / vpl-jail-system

Execution/jail server for VPL
GNU General Public License v3.0
21 stars 21 forks source link

Add the hability to choose how to run the service #31

Closed alphonse92 closed 1 year ago

alphonse92 commented 4 years ago

We are need a way to start the service by our own. In some docker enviroments service managers like systemctl does not working. So we need a way to start the service by our own.

I resolved that with:

./vpl-jail-system stop
./vpl-jail-system start

the service run successfully

alphonse92 commented 4 years ago

Update, we could use http://supervisord.org/introduction.html

jcrodriguez-dis commented 4 years ago

I think that it may be better to use the absolute path /etc/vpl/vpl-jail-system [start|stop|restart] About the use of "supervisord", any propose?

alphonse92 commented 4 years ago

Not yet, im using that to "monitoring" the process. Im using that in my project: https://github.com/alphonse92/vplplusplus_jail Take a look!

jcrodriguez-dis commented 4 years ago

Nice project

Best regards, Juan Carlos.

alphonse92 commented 4 years ago

That project belongs to other big project https://github.com/alphonse92/vplplusplus_composer