[Unit]
Description = uWSGI Emperor
After = syslog.target
[Service]
ExecStart = /usr/local/bin/uwsgi --ini /etc/uwsgi/web2py.ini
RuntimeDirectory = uwsgi
Restart = always
KillSignal = SIGQUIT
Type = notify
StandardError = syslog
NotifyAccess = all
[Install]
WantedBy = multi-user.target
Did you look at /etc/systemd/system
i can not for the life of me figure out where to change to the python3.5 environment for web2py. i tried changing the python symbolic link, and changed to python3.5 in multiple files under web2py main directory, uwsgi, etc., but i can not get web2py to boot straight into python3.5. where is the secret spot. i'm using nginx 1.10.3 and uwsgi 2.0.14 and the wsgihandler.py properly, etc. lucas
/home/www-data/web2py/anyserver.py & sorry for the long delay on this post. I've been theme parking with the kids all summer.
ok, I've got rocket running on the pi with python 3.5. very well.what's the best way to auto startup/home/www-data/web2py/anyserver.py &on the pi? when I manually type execute the above in a bash window, it starts fine and the server is accessible via the chromium browser. when I try to put it in /etc/rc.local the command will not run when I reboot. any suggestions on that latter point.
thanx in advance and have a great day, Lucas
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/20a52d68-50ea-4a86-98fb-a8f32ebf1f39%40googlegroups.com.
Donald