u/Flipping_beacon

Made a project in Golang to run scripts or executables in Windows similar to how systemd services work on Linux

Made a project in Golang to run scripts or executables in Windows similar to how systemd services work on Linux

I came across this problem during our final year project when I wanted to persistently run a python script on a windows system, so as anyone would I forgot about the final project and instead made this, you can see it here pwsm

It's a service manager for windows where you can run any executable or a script persistently even after system shutdown or restart

Comments and criticism are welcome

u/Flipping_beacon — 10 hours ago