10 lines
178 B
SYSTEMD
10 lines
178 B
SYSTEMD
|
[Unit]
|
||
|
Description=Write the number of pending updates in /run/user/%U/pending-updates every 10min
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1s
|
||
|
OnUnitActiveSec=10min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|