0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-01-13 22:51:38 -05:00
imageproxy/etc/imageproxy.service

13 lines
224 B
SYSTEMD
Raw Permalink Normal View History

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