summarylogtreecommitdiffstats
path: root/systemd-cron.install
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-cron.install')
-rw-r--r--systemd-cron.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd-cron.install b/systemd-cron.install
new file mode 100644
index 000000000000..5bf8f123ee1d
--- /dev/null
+++ b/systemd-cron.install
@@ -0,0 +1,13 @@
+_post_install_or_upgrade() {
+ touch /run/crond.reboot
+ touch /run/crond.bootdir
+}
+
+post_install() {
+ _post_install_or_upgrade
+}
+
+post_upgrade() {
+ _post_install_or_upgrade
+}
+