package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / python-web2py / web2py.service
blob0274bd8c538f5f9071fbace8e68abaa808a90611
1 [Unit]
2 Description=Web2py daemon
3 After=network.target
5 [Service]
6 Type=simple
7 ExecStart=/var/www/web2py/web2py.py --nogui -a '<recycle>' -i 0.0.0.0 -p 8000
8 User=www-data
10 [Install]
11 WantedBy=multi-user.target