Add minimal systemd service file
This commit is contained in:
parent
c15d7e03b4
commit
465bb133c7
1 changed files with 6 additions and 0 deletions
6
contrib/systemd/traefik.service
Normal file
6
contrib/systemd/traefik.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Traefik
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/traefik /etc/traefik.toml
|
||||
Restart=on-failure
|
Loading…
Reference in a new issue