Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd service doesn't work according to docu #77

Closed
iklema opened this issue Nov 10, 2023 · 2 comments
Closed

systemd service doesn't work according to docu #77

iklema opened this issue Nov 10, 2023 · 2 comments
Assignees

Comments

@iklema
Copy link

iklema commented Nov 10, 2023

Hello,

I'd like to report that systemd service for rundeck_exporter doesn't work according to docu because of missing VERSION file in the rundeck_exporter path.

Getting following error:

/usr/local/bin/rundeck_exporter --help

Traceback (most recent call last):
File "/usr/local/bin/rundeck_exporter", line 30, in
version = open(path.join(path.dirname(file),'VERSION')).read()
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/VERSION'

When i moved VERSION file with script to new path all works fine.
Please update script with version or documentation of systemd service.

Thank you!

@phsmith
Copy link
Owner

phsmith commented Nov 10, 2023

Hello @iklema,

Thanks for your report.
I have just released a new version that fixes that problem.

@phsmith
Copy link
Owner

phsmith commented Nov 24, 2023

I'm closing this issue, but you can reopen it if the problem hasn't been solved.

@phsmith phsmith closed this as completed Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants