obiba / agate

OBiBa's user ID provider.
GNU General Public License v3.0
4 stars 7 forks source link

[2.5.0] systemd service file broken #471

Closed mdc-webdb closed 2 years ago

mdc-webdb commented 2 years ago

After the update to 2.5.0 agate don't start anymore on CentIOS8, because the systemd service file is broken, /usr/lib/systemd/system/agate.service:15: Executable "$JAVA" not found in path "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"

mdc-webdb commented 2 years ago

As workaround: cat /etc/systemd/system/agate.service.d/472.conf [Service] Type=forking ExecStart= ExecStart=/usr/share/agate/bin/agate.sh

ymarcon commented 2 years ago

For some reason the migration to systemd was not finalized... Thanks for the report, please try with agate 2.5.1.

ymarcon commented 2 years ago

Fixed too quickly... Tested successfully with 2.5.2.