mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[Unit]
|
|
Description=Image Proxy
|
|
|
|
[Service]
|
|
User=www-data
|
|
ExecStart=/usr/local/bin/imageproxy \
|
|
-addr localhost:4593 \
|
|
-cache memory -cache /var/cache/imageproxy
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|