makedeb
The Cloud Native Application Proxy
Viewing /traefik.postinst
.
Click here to go back to the Git tree for traefik-bin.
#!/usr/bin/env bash
id -u traefik &>/dev/null || useradd -r -s /bin/false -U -M traefik
systemctl daemon-reload
systemctl enable --now traefik.service