Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.34k stars 910 forks source link

How to use SteamBot on Raspberry Pi for 24/7 use. #912

Closed mx0c closed 8 years ago

mx0c commented 8 years ago

Is there anyway to start the script as service/daemon or smth else so it runs the whole time in the background? Right now im starting the bot via ssh and: sudo mono SteamBot.exe

advanced regards

scholtzm commented 8 years ago

427 #527

Not SteamBot related.

You could use screen though. Look it up.

mx0c commented 8 years ago

Thanks alot!