So i´m running owncloud and pagekite.
Starting my kites with pagekite.py 80 YOUR-NAME-HERE.pagekite.me works perfectly. But is there any way of getting this to the background? If I fire up my kite and then logout, it will break the kite. Is there some way to get around this if you compiled pagekite from source?
Comments
$ nohup python pagekite.py myname.pagekite.me &
Nohup will leave PageKite running in the background after you logout.
---
@reboot /path/to/pagekite.py
---
works with '.pagekite.rc' created by 'pagekite.py --signup'