Files
shredos.x86_64/package/python-web2py/web2py.service
2021-11-23 23:01:30 +00:00

12 lines
207 B
Desktop File

[Unit]
Description=Web2py daemon
After=network.target
[Service]
Type=simple
ExecStart=/var/www/web2py/web2py.py --nogui -a '<recycle>' -i 0.0.0.0 -p 8000
User=www-data
[Install]
WantedBy=multi-user.target