21 lines
429 B
Plaintext
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
|