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

13 lines
224 B
SYSTEMD
Raw Permalink Normal View History

2017-09-09 03:11:47 -05:00
[Unit]
Description=Image Proxy
[Service]
User=www-data
ExecStart=/usr/local/bin/imageproxy \
-addr localhost:4593 \
2022-12-29 20:07:55 -05:00
-cache memory -cache /var/cache/imageproxy
2017-09-09 03:11:47 -05:00
Restart=on-abort
[Install]
WantedBy=multi-user.target