mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
fix(pangolin-install): add network-online dependency (#9984)
Co-authored-by: Andrey Yantsen <worried-networking@users.noreply.github.com>
This commit is contained in:
parent
5bbf0861e9
commit
6311584fef
1 changed files with 2 additions and 0 deletions
|
|
@ -230,6 +230,8 @@ systemctl enable -q --now gerbil
|
|||
cat <<'EOF' >/etc/systemd/system/traefik.service
|
||||
[Unit]
|
||||
Description=Traefik is an open-source Edge Router that makes publishing your services a fun and easy experience
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue