We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When i added a new incron to a non-root user (whose username is 'myuser'):
incron {'[incron] .bashrc': user => 'myuser', command => 'bash -c "cd /home/myuser/scripts/ && ./update-puppet.sh"', path => '/home/myuser/.bashrc', mask => ['IN_CREATE', 'IN_DELETE', 'IN_CLOSE_WRITE'], }
The owner + group of /var/spool/incron/myuser were incorrect:
root ~ ls -l /var/spool/incron/myuser -rw------- 1 root root 514 Oct 19 10:28 /var/spool/incron/myuser
The owner should be: user:root / group:incron
Because of this, it was impossible to run "incrontab -e" as "myuser".
Could you please fix this bug?
Thank you!
Asher256
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When i added a new incron to a non-root user (whose username is 'myuser'):
The owner + group of /var/spool/incron/myuser were incorrect:
The owner should be: user:root / group:incron
Because of this, it was impossible to run "incrontab -e" as "myuser".
Could you please fix this bug?
Thank you!
Asher256
The text was updated successfully, but these errors were encountered: