hyprsolus/systemd/hyprsolus-check.service

14 lines
278 B
Desktop File

[Unit]
Description=check for newly released Hyprland version every week
After=network.target
Wants=hyprsolus-check.timer
[Service]
ExecStart=/bin/bash /usr/local/bin/hyprsolusctl check
Type=simple
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=default.target