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

Show system cron user in web interface for easier setup #1989

Closed
MorrisJobke opened this issue Nov 2, 2016 · 5 comments · Fixed by #1994
Closed

Show system cron user in web interface for easier setup #1989

MorrisJobke opened this issue Nov 2, 2016 · 5 comments · Fixed by #1994
Labels
feature: settings good first issue Small tasks with clear documentation about how and in which place you need to fix things in.

Comments

@MorrisJobke
Copy link
Member

This was requested by @ronnyhartenstein while talking with him about the setup process.

It would be really nice to see the user under which the cron job should be executed in the web UI. (admin settings -> cron).

@nextcloud/designers What do you think? Does that make sense?

@MorrisJobke MorrisJobke added good first issue Small tasks with clear documentation about how and in which place you need to fix things in. feature: settings labels Nov 2, 2016
@enoch85
Copy link
Member

enoch85 commented Nov 2, 2016

Isn't it always www-data?

@LukasReschke
Copy link
Member

No. The PHP process can easily run under another user. Mine runs as "nextcloud-com" for example ;)

@enoch85
Copy link
Member

enoch85 commented Nov 2, 2016

@LukasReschke Super-high-tech-security-Lukas ;)

MorrisJobke added a commit that referenced this issue Nov 3, 2016
* makes it easier to setup cron job
* gives hints for PHP documentation
* disables the cron setting if requirements not met
* fixes #1989

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke
Copy link
Member Author

Fix is in #1994

@ronnyhartenstein
Copy link

Well, I cronned as www-data and got errors about permission problems. So I must start it with sudo to get the glue. So I appreciate a hint :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: settings good first issue Small tasks with clear documentation about how and in which place you need to fix things in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants