0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/etc/imageproxy.service
2022-12-29 19:54:06 -08:00

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