[Unit]
Description=Koha Zebraidx Service
After=mysql.service
After=memcached.service

[Service]
Type=simple
Environment="PERL5LIB=/home/koha/src"
Environment="KOHA_CONF=/home/koha/etc/koha-conf.xml"
User=koha
ExecStart=/home/koha/src/misc/migration_tools/rebuild_zebra.pl -daemon -z -a -b --sleep 30

[Install]
WantedBy=multi-user.target
