AIL-framework/other_installers/ansible/roles/ail-host/files/ail-redis.service

14 lines
215 B
INI

[Unit]
Description=AIL-Framework: Redis services
[Service]
Restart=always
RestartSec=5
User=ail
Group=ail
LimitNOFILE=65536
ExecStart=/bin/bash -c "/opt/AIL-scripts/startRedis.sh"
[Install]
WantedBy=reboot.target