1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-05-05 07:28:36 +00:00
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