mirror of
https://github.com/containous/traefik.git
synced 2025-01-07 17:17:53 +03:00
45f2335a60
Having a install section makes it possible to enable/disable traefik using the standard systemd commands `systemctl enable traefik` `systemctl disable traefk`
10 lines
153 B
Desktop File
10 lines
153 B
Desktop File
[Unit]
|
|
Description=Traefik
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik.toml
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|