mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Using uWSGI for the Smart HTTP protocol caused some issues, see e.g. FS#45428. Suggest using fcgiwrap instead which is more lightweight, has better documentation and is easier to debug. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
11 lines
157 B
Protocol Buffer
11 lines
157 B
Protocol Buffer
[Unit]
|
|
Description=Simple CGI Server
|
|
After=nss-user-lookup.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/fcgiwrap
|
|
User=aur
|
|
Group=aur
|
|
|
|
[Install]
|
|
Also=fcgiwrap.socket
|