mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
8 lines
202 B
Bash
8 lines
202 B
Bash
|
#!/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
|