Хочу настроить уведомления с ЛОРа по email. Для этого
apt install rss2email
r2e new user@example.com
r2e add LOR 'https://www.linux.org.ru/show-replies.jsp?output=rss&nick=damix9'
r2e run --no-send
Создал такие файлы
$ cat /etc/systemd/system/lornotify.service
[Unit]
Description=LOR email notifications
[Service]
Type=oneshot
ExecStart=/usr/bin/r2e run
$ cat /etc/systemd/system/lornotify.timer
[Unit]
Description=Linux.org.ru email notifications
[Timer]
# Run after booting
OnBootSec=10min
# Run every one hour
OnUnitActiveSec=1h
[Install]
WantedBy=timers.target
systemctl start lornotify.timer
r2e run
~$ inxi -S
System: Host: ryzen Kernel: 5.4.44-damix x86_64 bits: 64 Desktop: KDE Plasma 5.12.6
Distro: Ubuntu 18.04.1 LTS