Hi there,
I've installed Orabbix on a Red Hat 7.3 host, and can run it manually as a privileged or standard user using run.sh.
What I can't do is to get it to start automatically. The included init script doesn't seem to do anything, and I've created a basic SystemD service wrapper:
[Unit]
Description=Zabbix Oracle Service
After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory=/opt/orabbix
ExecStart=/opt/orabbix/run.sh
[Install]
WantedBy=multi-user.target
That also doesn't work. It doesn't log anything, just fails to start.
Anyone been in the same position?
Regards,
- David.
I've installed Orabbix on a Red Hat 7.3 host, and can run it manually as a privileged or standard user using run.sh.
What I can't do is to get it to start automatically. The included init script doesn't seem to do anything, and I've created a basic SystemD service wrapper:
[Unit]
Description=Zabbix Oracle Service
After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory=/opt/orabbix
ExecStart=/opt/orabbix/run.sh
[Install]
WantedBy=multi-user.target
That also doesn't work. It doesn't log anything, just fails to start.
Anyone been in the same position?
Regards,
- David.
Comment