0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/etc/imageproxy.conf

10 lines
293 B
Text

description "Image Proxy server"
author "Will Norris <will@willnorris.com>"
start on (net-device-up)
stop on runlevel [!2345]
respawn
exec start-stop-daemon --start -c www-data --exec /usr/local/bin/imageproxy -- \
-addr localhost:4593 \
-cache memory -cache /var/cache/imageproxy \