mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #1422 from crawford/install
add Install sections to etcd and fleet
This commit is contained in:
commit
e0212373b6
@ -11,3 +11,6 @@ After=fleet.socket
|
|||||||
ExecStart=/usr/bin/fleetd
|
ExecStart=/usr/bin/fleetd
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
@ -10,3 +10,6 @@ ExecStart=/usr/bin/etcd2
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
LimitNOFILE=40000
|
LimitNOFILE=40000
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user