12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
[Unit]
|
|
Description=check for new release of Hyprland, weekly
|
|
Requires=hyprsolus-check.service
|
|
|
|
[Timer]
|
|
Unit=hyprsolus-check.service
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|