1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-27 03:21:40 +03:00

Merge pull request #613 from keis/installable-systemd-unit

Make systemd unit installable
This commit is contained in:
Emile Vauge 2016-08-16 15:11:59 +02:00 committed by GitHub
commit f0ea45a0f8

View File

@ -4,3 +4,6 @@ Description=Traefik
[Service]
ExecStart=/usr/bin/traefik --configFile=/etc/traefik.toml
Restart=on-failure
[Install]
WantedBy=multi-user.target