mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
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:
parent
6e3ba222d1
commit
a22b7e4669
@ -5,6 +5,8 @@ After=etcd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/fleet
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user