forked from Ivasoft/traefik
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`
This commit is contained in:
@@ -4,3 +4,6 @@ Description=Traefik
|
||||
[Service]
|
||||
ExecStart=/usr/bin/traefik --configFile=/etc/traefik.toml
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user