Package Details: systemd-cron-next 1.0.2-2

Git Clone URL: https://aur.archlinux.org/systemd-cron-next.git (read-only, click to copy)
Package Base: systemd-cron-next
Description: systemd generator to generate timers/services from crontab and anacrontab files
Upstream URL: https://github.com/systemd-cron/systemd-cron-next
Keywords: cron crontab generator systemd
Licenses: MIT
Conflicts: anacron, cron
Provides: anacron, cron
Replaces: anacron, cron
Submitter: kstep
Maintainer: None
Last Packager: kstep
Votes: 10
Popularity: 0.000036
First Submitted: 2015-12-10 18:47 (UTC)
Last Updated: 2016-06-08 13:10 (UTC)

Required by (20)

Sources (1)

Pinned Comments

ahmubashshir commented on 2021-01-18 16:26 (UTC)

It's outdated in upstream too.

Latest Comments

1 2 Next › Last »

ahmubashshir commented on 2021-01-18 16:26 (UTC)

It's outdated in upstream too.

amasover commented on 2019-12-11 00:00 (UTC)

I get a build error when installing this. I have no experience with rust, so I have pasted the error here: https://gist.github.com/amasover/ce6f432afeb1a3ca98772f6dbb58fa9c

$ cargo --version
cargo 1.39.0

$ rustc --version
rustc 1.39.0

kstep commented on 2016-04-17 18:06 (UTC)

Changes since 1.0.0-rc7: * Fixed very slow startup time due to usage of slow `getpwent` function, faster `fgetpwent` function is used instead, which reads `/etc/passwd` file directly. * Add real `RANDOM_DELAY` support with new `RandomizedDelaySec` timer option (since systemd 229).

Ape commented on 2016-04-10 07:43 (UTC)

I'm not sure if this is just my AUR package manager (aura) being stupid, but I get this: The dependency `rust` demands version `>=1.4.0`, but the most recent version is `1:1.7.0-1`. It's easy to workaround by removing the version dependency from this PKGBUILD.

kstep commented on 2016-03-28 16:31 (UTC)

Thank you, @wilbowma, for the fix. I updated the package.

<deleted-account> commented on 2016-03-27 18:07 (UTC)

If /var/spool/cron is not group writeable, non-root users will get errors when trying to use crontab -e: https://gist.github.com/wilbowma/850995144d06e6f6f453 I made small patch to the PKGBUILD to address this issue: https://gist.github.com/wilbowma/850995144d06e6f6f453

dev_arch commented on 2016-02-22 18:46 (UTC)

You are probably the one to decide if https://wiki.archlinux.org/index.php/Systemd/Timers#Using_a_crontab should mention this package instead of systemd-crontab-generator Thanks anyay.

kstep commented on 2015-12-11 14:34 (UTC)

Checked with rust 1.4.0 and cargo 0.6.0 and it seems to work OK too.

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

It requires rust v1.5.0 to build.