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