xref: /OK3568_Linux_fs/buildroot/package/python-web2py/web2py.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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