mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
7 lines
158 B
Bash
Executable File
7 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
set -e
|
|
|
|
RTC="$(date -u +%Y-%m-%dT%H:%M:%S -d "+3 days")"
|
|
jq ".QemuArgs += [\"-rtc\", \"base=$RTC\"]"
|