I'm willing to create a cron job for a package but when I define it in debian/cron.d
it gets installed as /etc/cron.d/package
. I'd prefer to be able to change the name of the cron job to be something like /etc/cron.d/foobar
.
I'm willing to create a cron job for a package but when I define it in debian/cron.d
it gets installed as /etc/cron.d/package
. I'd prefer to be able to change the name of the cron job to be something like /etc/cron.d/foobar
.
According to
man dh_installcron
:So name your
debian/package-name.foobar.cron.d
, and add todebian/rules
: