mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
14 lines
215 B
SYSTEMD
14 lines
215 B
SYSTEMD
|
[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
|