[Unit] Description=Paperless webserver After=network.target Wants=network.target Requires=redis.service [Service] User=paperless Group=paperless WorkingDirectory=/opt/paperless/src ExecStart=/opt/paperless/.local/bin/gunicorn -c /opt/paperless/gunicorn.conf.py paperless.wsgi [Install] WantedBy=multi-user.target