blob: 14252501f14621fd81f30bab42324768475d6417 (
plain)
1
2
3
4
5
6
7
8
|
[Unit]
Description=Wish FastCGI
[Service]
ExecStart=/usr/bin/spawn-fcgi -n -s /run/wish-fcgi.sock -u nobody -U http -- /usr/lib/wish/wish.fcgi
[Install]
WantedBy=multi-user.target
|