This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-web/templates/warehost-web.unit

21 lines
429 B
Plaintext

[Unit]
Description=Warehost web v2
After=syslog.target
After=network.target
After=postgresql.service
[Service]
# Modify these two values and uncomment them if you have
# repos with lots of files and get an HTTP error 500 because
# of that
###
#LimitMEMLOCK=infinity
#LimitNOFILE=65535
Type=simple
User=warehost
ExecStart=/usr/local/bin/warehost-web -c /etc/warehost/web.conf
Restart=always
[Install]
WantedBy=multi-user.target