upcheck/upcheck.service
Eduard Toloza fd585bfa0f Version bump
Now upcheck can be executed periodically without systemd timer!
2019-03-30 16:30:44 -05:00

13 lines
266 B
Desktop File

[Unit]
Description=Automatically check updates and send notifications via notify-rust
After=network-online.target
ConditionUser=!root
[Service]
Type=oneshot
ExecStart=/usr/bin/upcheck 90
KillMode=process
KillSignal=SIGINT
[Install]
WantedBy=default.target