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

[ Control script not updating pid path ] #92

Closed
jerome83136 opened this issue Aug 3, 2018 · 1 comment
Closed

[ Control script not updating pid path ] #92

jerome83136 opened this issue Aug 3, 2018 · 1 comment
Assignees

Comments

@jerome83136
Copy link

Hi,

I have installed cronicle in a custom directory.

But it seems the control script does not take it into account.

The path to the PID stayed like this: (this is not the value I have configured in the configuration file)

# the path to your PID file
PIDFILE=$HOMEDIR/logs/cronicled.pid

Hope it helps

Best regards

@jhuckaby
Copy link
Owner

jhuckaby commented Aug 4, 2018

Hello, and thank you for the issue report. Yeah, Cronicle isn't really designed to be installed into a custom directory, unless it's for a local developer installation, i.e. would only run in debug mode, where no PID file is used.

Unfortunately this is a bit tricky to fix, because the control script is a shell script, and it cannot (easily) read the configuration file to get the PID file location, if it has been customized. I'll keep this issue open and add it to the roadmap for v2.0 tho.

Thanks!

@jhuckaby jhuckaby self-assigned this Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants