@@ -0,0 +1,7 @@
+[Unit]
+Description="Download latest NYT cover"
+Requires=nyt-downloader.timer
+
+[Service]
+Type=simple
+ExecStart=/usr/local/bin/nyt
@@ -0,0 +1,10 @@
+Description="Timer for the NYT downloader"
+[Timer]
+Unit=nyt-downloader.service
+OnBootSec=5min
+OnCalendar=*-*-* 08:00:00
+[Install]
+WantedBy=timers.target