Skip to content

Commit

Permalink
debian: Use cron-daemon package instead of cron
Browse files Browse the repository at this point in the history
Allows users to use their choice of cron implementation (eg. systemd-cron).

A workaround for digitalocean#48

Signed-off-by: Matt Strapp <matt@mattstrapp.net>
  • Loading branch information
RosstheRoss committed Sep 24, 2024
1 parent 25f2121 commit c18f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ $(deb_package): $(base_linux_package)
--verbose \
--input-type deb \
--force \
--depends cron \
--depends cron-daemon \
-p $@ \
$<
# print information about the compiled deb package
Expand Down

0 comments on commit c18f574

Please sign in to comment.