mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-18 07:34:51 +00:00
13 lines
266 B
Desktop File
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
|