upcheck/upcheck.service
2019-03-31 10:39:54 -05:00

13 lines
265 B
Desktop File

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