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.
2016-11-22 14:14:04 +01:00
|
|
|
[Unit]
|
2016-11-25 00:03:20 +01:00
|
|
|
Description=Warehost api v2
|
2016-11-22 14:14:04 +01:00
|
|
|
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
|
2016-11-25 00:03:20 +01:00
|
|
|
ExecStart=/usr/local/bin/warehost-api -c /etc/warehost/api.conf
|
2016-11-22 14:14:04 +01:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|