Package Details: systemd-cron 2.4.0-1

Git Clone URL: https://aur.archlinux.org/systemd-cron.git (read-only, click to copy)
Package Base: systemd-cron
Description: systemd units to run cron scripts
Upstream URL: https://github.com/systemd-cron/systemd-cron
Keywords: cron systemd
Licenses: MIT
Conflicts: cron
Provides: cron
Submitter: dbb
Maintainer: dbb
Last Packager: dbb
Votes: 33
Popularity: 0.56
First Submitted: 2013-05-27 20:26 (UTC)
Last Updated: 2024-05-01 17:26 (UTC)

Dependencies (3)

Required by (19)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

<deleted-account> commented on 2016-03-27 23:29 (UTC)

I kept running into the permissions errors with `crontab -e` noted in https://github.com/systemd-cron/systemd-cron/issues/44. I made some changes to the PKGBUILD and systemd-cron.install files based on the Debian snippets posted there, and that seems to have resolved them. https://gist.github.com/wilbowma/99567d558147ae38f461 https://gist.github.com/wilbowma/3e6145c2cd4a29e88cd0

kstep commented on 2015-12-10 18:54 (UTC)

You may want to also try systemd-cron-next (https://aur.archlinux.org/packages/systemd-cron-next/). It requires rust to compile and still an RC, but generally crontab generator in it should be much more faster.

Yamakaky commented on 2015-02-26 16:12 (UTC)

You should enable all the functionalities, namely: minutely, quarterly, semi_annually and maybe setgid.

Yamakaky commented on 2014-10-02 15:53 (UTC)

(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.

dbb commented on 2014-06-08 23:54 (UTC)

@Yamakaky I assume you mean symlinks to the .target files?

Yamakaky commented on 2014-06-02 19:12 (UTC)

It should install symlinks in /usr/lib/systemd/user, so users can use it.

andreyv commented on 2014-04-01 06:15 (UTC)

Thanks, it works now.

dbb commented on 2014-04-01 01:39 (UTC)

@andreyv, should be fixed now.

dbb commented on 2014-03-31 15:55 (UTC)

Thanks, I knew rewriting the build went too smoothly... I'll try to get that fixed tonight.

andreyv commented on 2014-03-31 13:24 (UTC)

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