systemd-cron-next/systemd-crontab-update
2014-04-23 13:23:17 +03:00

11 lines
288 B
Bash
Executable File

#!/bin/sh
GENERATOR_DIR=/run/systemd/generator
rm -f $GENERATOR_DIR/cron.target.wants
rm -f $GENERATOR_DIR/cron-*.service
rm -f $GENERATOR_DIR/cron-*.timer
/usr/lib/systemd/system-generators/systemd-crontab-generator $GENERATOR_DIR
systemctl daemon-reload
systemctl restart cron.target