I upgraded the irods server from 4.3.0 to 5.0.1 and after that my irods server is not starting up. Below is my systemd unit file. Please advise how to correct to make this to work?
I can see this binary "irodsctl" is deprecated now. I'm using RHEL9.6 . Please advise.
#cat /usr/lib/systemd/system/irods.service
[Unit]
Description=iRODS 4.3.1 Open Source Data Management
After=local-fs.target network.target
[Service]
WorkingDirectory=/var/lib/irods
User=irods
Environment="PATH=/bin:/usr/bin:/usr/sbin:/var/lib/irods"
ExecStart=/bin/bash -c "irodsctl start"
ExecReload=/usr/bin/touch /etc/irods/
core.reExecStop=/bin/bash -c "irodsctl stop"
LimitNOFILE=131072
KillMode=control-group
Restart=on-failure
RestartPreventExitStatus=255
Type=forking
[Install]
WantedBy=multi-user.target