13 lines
322 B
Desktop File
13 lines
322 B
Desktop File
[Unit]
|
|
Description=Torsearch media cache warming services
|
|
|
|
[Service]
|
|
ExecStart=php /app/bin/console messenger:consume media_cache --time-limit=3600
|
|
# for Redis, set a custom consumer name for each instance
|
|
Environment="MESSENGER_CONSUMER_NAME=symfony-%n-%i"
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=default.target
|