add update-notifier
This commit is contained in:
parent
abc1943888
commit
102f488b39
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Notify when updates are available
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/notify-updates -n
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Periodically run update-notifier
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=*-*-* 14:00:00
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in New Issue