mirror of https://github.com/CIRCL/AIL-framework
16 lines
318 B
INI
16 lines
318 B
INI
|
[Unit]
|
||
|
Description=AIL-Framework: Scripts service
|
||
|
Requires=ail-redis.service ail-logging.service
|
||
|
After=ail-redis.service ail-logging.service
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
User=ail
|
||
|
Group=ail
|
||
|
ExecStartPre=/bin/sleep 10
|
||
|
ExecStart=/bin/bash -c "/opt/AIL-scripts/startScripts.sh"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=reboot.target
|