Merge pull request #246 from keis/new-style-argument-systemd
Update systemd service file with new cli flags
This commit is contained in:
commit
10e223ede2
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
Description=Traefik
|
Description=Traefik
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/traefik /etc/traefik.toml
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik.toml
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Reference in a new issue