aboutsummaryrefslogtreecommitdiffstats
path: root/extra/deployment/systemd_fatcat-web.service
blob: ad8b2beceab8ad590300ec75a08f57903df45cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=fatcat web interface
# TODO: would add syslog.target here if we used it
After=network.target

[Service]
WorkingDirectory=/srv/fatcat/src/python
SyslogIdentifier=fatcat-web
#Environment="TMPDIR=/run/grobid/tmp/"
# XXX: insert uwsgi_fatcat-web.sh here
ExecStart=
User=fatcat
Type=simple

[Install]
WantedBy=multi-user.target