mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/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
|