mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 16:48:35 +00:00
13 lines
215 B
Desktop File
13 lines
215 B
Desktop File
[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
|