fleet: Set restart policy for systemd unit

Setting Restart=always and RestartSec=10s which is the same settings on
etcd.service
This commit is contained in:
Darren Shepherd 2014-06-24 14:23:47 -07:00 committed by Michael Marineau
parent 6e3ba222d1
commit a22b7e4669

View File

@ -5,6 +5,8 @@ After=etcd.service
[Service]
ExecStart=/usr/bin/fleet
Restart=always
RestartSec=10s
[Install]
WantedBy=multi-user.target