Package Details: systemd-cron 2.5.1-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: 32
Popularity: 0.000751
First Submitted: 2013-05-27 20:26 (UTC)
Last Updated: 2025-02-26 11:53 (UTC)

Dependencies (3)

Required by (18)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

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

capoeira commented on 2013-09-12 19:54 (UTC)

thanks a lot

dbb commented on 2013-09-12 02:51 (UTC)

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.

capoeira commented on 2013-09-12 01:49 (UTC)

how does this actualy work? do I need to do something, or after instalation it will execute the jobs in the cron folder automaticly?