Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write a VMS daemon using python?

There are plenty entries on the internet on how to create a daemon using python in unix but I couldn't find anything mentioning how to do this in OpenVMS. Does anybody know how to create daemons (or VMS equivalent) in OpenVMS using python?

like image 219
ZenaCat Avatar asked Aug 29 '26 03:08

ZenaCat


1 Answers

You just have to run it like that:

$ run /detach /process=daemon_name python_program

More information here

like image 108
Luc M Avatar answered Aug 31 '26 17:08

Luc M



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!