mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 21:51:32 +00:00
Progress report was printing a lot of unnecessary information on system journal. Use new flag --no-progress on autoupdate to prevent that. Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
[Unit]
|
|
Description=Update Software content
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@prefix@/bin/swupd update --no-progress
|