This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_NET_BIND_SERVICE
-
ExecStart=/usr/bin/traefik
-
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.toml
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
ProtectSystem
Introduced in systemd 214=strict -
ReadWritePaths=/etc/traefik/acme.json
-
Restart=always
-
Type=notify
-
User=traefik
-
WatchdogSec=1s
-
-
[Unit]
-
After=network-online.target
-
After=network.target network-online.target
-
AssertFileIsExecutable=/usr/bin/traefik
-
AssertPathExists=/etc/traefik/traefik.toml
-
Description=Traefik
-
Documentation=https://doc.traefik.io/traefik/
-
Documentation=https://docs.traefik.io
-
Requires=network-online.target
-
Additionnal notes
Nothing here.