This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        AmbientCapabilities=CAP_NET_BIND_SERVICE
- 
        ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik1.7.toml
- 
        PrivateTmp=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        Restart=always
- 
        Type=notify
- 
        WatchdogSec=1s
 
- 
        
- 
    [Unit]- 
        After=network.target network-online.target
- 
        AssertFileIsExecutable=/usr/bin/traefik
- 
        AssertPathExists=/etc/traefik/traefik1.7.toml
- 
        Description=Traefik
- 
        Documentation=https://doc.traefik.io/traefik/
- 
        Requires=network-online.target
 
- 
        
Additionnal notes
Nothing here.