configs/.config/systemd/user/pending-update.service

6 lines
193 B
SYSTEMD
Raw Normal View History

2022-02-08 19:03:23 +01:00
[Unit]
Description=Write the number of pending updates in /run/user/%U/pending-updates
[Service]
ExecStart=/bin/sh -c '(checkupdates; checkupdates-aur) | wc -l > /run/user/%U/pending-updates'