You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 regels
352 B

  1. [Unit]
  2. Description="{{ bench_name }}-redis-cache"
  3. PartOf={{ bench_name }}-redis.target
  4. [Service]
  5. User={{ user }}
  6. Group={{ user }}
  7. Restart=always
  8. ExecStart={{ redis_server }} {{ redis_cache_config }}
  9. StandardOutput=file:{{ bench_dir }}/logs/redis-cache.log
  10. StandardError=file:{{ bench_dir }}/logs/redis-cache.error.log
  11. WorkingDirectory={{ sites_dir }}