mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
13 lines
255 B
SYSTEMD
13 lines
255 B
SYSTEMD
|
[Unit]
|
||
|
Description=AIL-Framework: LevelDB services
|
||
|
Requires=ail-redis.service
|
||
|
After=ail-redis.service
|
||
|
|
||
|
[Service]
|
||
|
User=ail
|
||
|
Group=ail
|
||
|
ExecStartPre=/bin/sleep 10
|
||
|
ExecStart=/bin/bash -c "/opt/AIL-scripts/startRedisLevelDB.sh"
|
||
|
[Install]
|
||
|
WantedBy=reboot.target
|