PaperTTY icon indicating copy to clipboard operation
PaperTTY copied to clipboard

Starting Up at Boot

Open javierdepascual opened this issue 1 year ago • 15 comments

I'm having issues understanding how to configure and operate with papertty terminal at boot. Specifically, I configured properly the services file and the start.sh file but I struggle to understand what to do here:

Then (read the unit file more carefully and) do the following steps:

sudo cp papertty.service /etc/systemd/system sudo systemctl daemon-reload sudo systemctl enable papertty

To disable the service:

sudo systemctl disable papertty

sudo systemctl stop papertty

This will incorporate the service with systemd and enables it. Before rebooting and trying it out, you may want to stop any other instances of the papertty.py and then see if the service works:

I'm not experience on these matters so it definitely is an issue on my end, but I hope someone can help me. I'm really close with my setup.

javierdepascual avatar Nov 11 '23 19:11 javierdepascual

Can you access the data at https://www.cs.virginia.edu/yanjun/jack/vision/coco.tar.gz? Let me know if you can't figure it out using that as a guide

jacklanchantin avatar Oct 15 '23 22:10 jacklanchantin