systemd-cron-next/systemd-crontab-update
Konstantin Stepanov 08f5056c05
2014-04-22 08:55:11 -07:00

10 lines
281 B
Bash

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