Fix Supervisor container name reference in hassos-supervisor service (#727)

This commit is contained in:
Franck Nijhof 2020-06-05 22:14:34 +02:00 committed by GitHub
parent f66fbda032
commit 83af2731a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,9 @@ StartLimitBurst=5
Type=simple Type=simple
Restart=always Restart=always
RestartSec=5s RestartSec=5s
ExecStartPre=-/usr/bin/docker stop hassos_supervisor ExecStartPre=-/usr/bin/docker stop hassio_supervisor
ExecStart=/usr/sbin/hassos-supervisor ExecStart=/usr/sbin/hassos-supervisor
ExecStop=-/usr/bin/docker stop hassos_supervisor ExecStop=-/usr/bin/docker stop hassio_supervisor
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target