1[Unit]
2Description=Web2py daemon
3After=network.target
4
5[Service]
6Type=simple
7ExecStart=/var/www/web2py/web2py.py --nogui -a '<recycle>' -i 0.0.0.0 -p 8000
8User=www-data
9
10[Install]
11WantedBy=multi-user.target
12