dotfiles/home/.config/systemd/user/gh-notification.timer

13 lines
257 B
SYSTEMD

[Unit]
Description=Timer for GitHub notification sendout
After=graphical-session.target
Requires=graphical-session.target
PartOf=graphical-session.target
[Timer]
OnUnitActiveSec=1m
Unit=gh-notification.service
[Install]
WantedBy=graphical-session.target