9 lines
143 B
Desktop File
9 lines
143 B
Desktop File
[Unit]
|
|
Description=Notify when updates are available
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/notify-updates -n
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|