mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
dind: Use Wants instead of Requires so that the supervisor doesn't exit when VPN is turned off
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
60f0cd2fcb
commit
056a5bc6c9
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=resin-supervisor-dind
|
||||
Requires=confd.service docker.service openvpn-resin.service
|
||||
Wants=confd.service docker.service openvpn-resin.service
|
||||
After=confd.service
|
||||
Before=openvpn-resin.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user