Initial full commit for Dell16 Arch
This commit is contained in:
6
.config/systemd/user/checkupdates.service
Normal file
6
.config/systemd/user/checkupdates.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Check pacman updates
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'checkupdates > ~/.cache/updates-count 2>/dev/null || true'
|
||||
Reference in New Issue
Block a user