✏️ 正在编辑: podman-user-wait-network-online.service
路径:
/usr/lib/systemd/user/podman-user-wait-network-online.service
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
[Unit] Description=Wait for system level network-online.target as user. Documentation=https://github.com/containers/podman/issues/22197 Documentation=man:podman-systemd.unit(5) [Service] Type=oneshot # Set a timeout as by default oneshot does not have one and in case network-online.target # never comes online we do not want to block forever, 90s is the default systemd unit timeout. TimeoutStartSec=90s ExecStart=/bin/sh -c 'until systemctl is-active network-online.target; do sleep 0.5; done' RemainAfterExit=yes
💾 保存文件
← 返回文件管理器