You should enable all the functionalities, namely: minutely, quarterly, semi_annually and maybe setgid.
Search Criteria
Package Details: systemd-cron 1.5.3-1
Package Actions
| Package Base: | systemd-cron |
|---|---|
| Description: | systemd units to run cron scripts |
| Upstream URL: | https://github.com/systemd-cron/systemd-cron |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | dbb |
| Maintainer: | dbb |
| Last Packager: | dbb |
| Votes: | 16 |
| First Submitted: | 2013-05-27 20:26 |
| Last Updated: | 2015-05-09 14:02 |
Dependencies (4)
- python
- run-parts
- systemd>=217
- smtp-forwarder (optional) – sending emails
Required by (0)
Sources
Latest Comments
Comment by Yamakaky
Comment by Yamakaky
(Sorry, I didn't turned on the comments notifications)
Yes, that's it. Maybe it may require to symlink also the .service files, I'm not sure.
Comment by dbb
@Yamakaky I assume you mean symlinks to the .target files?
Comment by Yamakaky
It should install symlinks in /usr/lib/systemd/user, so users can use it.
Comment by andreyv
Thanks, it works now.
Comment by dbb
@andreyv, should be fixed now.
Comment by dbb
Thanks, I knew rewriting the build went too smoothly... I'll try to get that fixed tonight.
Comment by andreyv
Hi,
The build fails for me if make is executed with -j<N>. This is because all $(outputs) depend on $(builddir), but the dependency is not listed for them.
Either $(builddir) should be added as a dependency for all corresponding targets, or .NOT_PARALLEL: should be used to disable parallel build. Also this could be relevant: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
Comment by capoeira
thanks a lot
Comment by dbb
see systemd.cron(7) man page. Just do:
# systemctl start cron.target
to start the cron units and
# systemctl enable cron.target
to enable them automatically on boot. Then any scipt that's executable by root in the appropriate directories will be executed at the appropriate time.
Comment by capoeira
how does this actualy work?
do I need to do something, or after instalation it will execute the jobs in the cron folder automaticly?