traefik - sed -i 's/\\$MAINPID/$MAINPID/g' /etc/systemd/system/traefik.service #2223

Closed
opened 2026-02-05 04:15:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @acognard on GitHub (Dec 25, 2025).

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

No (this issue will likely be closed automatically)

📜 What is the name of the script you are using?

traefik

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/traefik.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

root@traefik:/etc/traefik# cat /etc/systemd/system/traefik.service
[Unit]
Description=Traefik is an open-source Edge Router that makes publishing your services a fun and easy experience

[Service]
Type=notify
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.yaml
Restart=on-failure
ExecReload=/bin/kill -USR1 $MAINPID

[Install]
WantedBy=multi-user.target
root@traefik:/etc/traefik# sed -i 's/\$MAINPID/$MAINPID/g' /etc/systemd/system/traefik.service

🔄 Steps to reproduce the issue.

default install , changed mac adress, reboot

Paste the full error output (if available).

ExecReload=/bin/kill -USR1 $MAINPID

🖼️ Additional context (optional).

No response

Originally created by @acognard on GitHub (Dec 25, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? No (this issue will likely be closed automatically) ### 📜 What is the name of the script you are using? traefik ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/traefik.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. root@traefik:/etc/traefik# cat /etc/systemd/system/traefik.service [Unit] Description=Traefik is an open-source Edge Router that makes publishing your services a fun and easy experience [Service] Type=notify ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.yaml Restart=on-failure ExecReload=/bin/kill -USR1 \$MAINPID [Install] WantedBy=multi-user.target root@traefik:/etc/traefik# sed -i 's/\\$MAINPID/$MAINPID/g' /etc/systemd/system/traefik.service ### 🔄 Steps to reproduce the issue. default install , changed mac adress, reboot ### ❌ Paste the full error output (if available). ExecReload=/bin/kill -USR1 \$MAINPID ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 04:15:33 +03:00
Author
Owner

@MickLesk commented on GitHub (Dec 25, 2025):

What? My Crystal Ball Tell me "close the issue, here are no relevant informations"

@MickLesk commented on GitHub (Dec 25, 2025): What? My Crystal Ball Tell me "close the issue, here are no relevant informations"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2223