Create cargo project and performance improvements.

This commit is contained in:
Eduard Tolosa 2019-03-26 23:00:02 -05:00
commit 5592e5cea9
9 changed files with 411 additions and 0 deletions

12
upcheck.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=Automatically check updates and send notifications via libnotify
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/upcheck
KillMode=process
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target