mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-26 13:26:23 +02:00
rename init to scripts
This commit is contained in:
parent
0a939cc19d
commit
67bf2f0675
1 changed files with 0 additions and 0 deletions
13
scripts/imageproxy.conf
Normal file
13
scripts/imageproxy.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# This is the upstart config I use for s.wjn.me.
|
||||
description "Image Proxy server"
|
||||
author "Will Norris <will@willnorris.com>"
|
||||
|
||||
start on (net-device-up)
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
exec /usr/bin/imageproxy \
|
||||
-addr localhost:8001 \
|
||||
-log_dir /var/log/imageproxy \
|
||||
-cacheDir /var/cache/imageproxy \
|
||||
-whitelist willnorris.com,notsoserendipitous.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue