blob: 37658f7d1cd1869dc935535d63f9b194365b7777 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail
# For issue https://github.com/systemd/systemd/issues/29526
systemd-run -p PrivateNetwork=yes --wait /bin/true
|