diff --git a/user/update-notifier.service b/user/update-notifier.service new file mode 100644 index 0000000..bc4445f --- /dev/null +++ b/user/update-notifier.service @@ -0,0 +1,9 @@ +[Unit] +Description=Notify when updates are available + +[Service] +ExecStart=/usr/local/bin/notify-updates -n + +[Install] +WantedBy=default.target + diff --git a/user/update-notifier.timer b/user/update-notifier.timer new file mode 100644 index 0000000..eac775a --- /dev/null +++ b/user/update-notifier.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Periodically run update-notifier + +[Timer] +OnCalendar=*-*-* 14:00:00 + +[Install] +WantedBy=timers.target