[Unit]
Description=Koha Zebrasrv Service
After=nginx.service

[Service]
Type=simple
User=koha
ExecStart=/usr/bin/zebrasrv -v none,fatal -f /home/koha/etc/koha-conf.xml
ExecStopPost=/usr/bin/find /home/koha/var/run/zebradb/ -name *socket -delete
ExecStopPost=/usr/bin/find /home/koha/var/lib/zebradb/ -type f -name zrs_* -delete

[Install]
WantedBy=multi-user.target
