summarylogtreecommitdiffstats
path: root/paperless-webserver.service
blob: 62fdd614e6f4f28f9c2fad50ba6e63b52c7e0c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Paperless webserver

[Service]
User=http
Group=http
ExecStart=/usr/bin/python /usr/share/webapps/paperless/src/manage.py runserver 127.0.0.1:8000

[Install]
WantedBy=multi-user.target