Add daily/weekly systemd timer setup

This commit is contained in:
Sonny Bakker 2020-11-25 17:04:51 +01:00
parent 0e78c4a642
commit 636019283f
7 changed files with 104 additions and 2 deletions

View file

@ -0,0 +1,10 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
#
# Add the following to your service unit to make use of this target:
# Wants=weekly.target
#
# Or symlink the unit file to the weekly.target.wants directory manually
[Unit]
Description=Weekly timer target
Requires=multi-user.target