Commit graph

7 commits

Author SHA1 Message Date
Romain b40d35b779
chore: apply new documentation style.
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-09-23 10:20:04 +02:00
Jack c29a69a60d Harden Traefik systemd service 2019-01-08 14:32:04 +01:00
Guilhem Lettron d324040adc Add systemd watchdog feature 2017-02-04 19:06:24 +01:00
Guilhem Lettron 649cb548d0 Use sdnotify for systemd (#768)
* Use sdnotify for systemd

This is useful if a configuration is long to load.
Systemd will continue dependency chain only when server have finish to start.

https://www.freedesktop.org/software/systemd/man/systemd.service.html#Type=

* Extract the waiting behavior from Start()
2016-10-25 08:59:39 -07:00
David Keijser 45f2335a60 Make systemd unit installable
Having a install section makes it possible to enable/disable traefik
using the standard systemd commands

`systemctl enable traefik`
`systemctl disable traefk`
2016-08-16 14:50:20 +02:00
David Keijser 6a8bacf01c Update systemd service file with new cli flags 2016-03-14 16:34:31 +01:00
David Keijser 465bb133c7 Add minimal systemd service file 2016-01-22 14:46:38 +01:00