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