You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
So force should be set to false by default. It might be also a good idea to introduce a new option in fleetd.conf, so that users are able to set the flag.
At the moment
systemdUnitManager.writeUnit()
callssystemd.LinkUnitFiles()
with theforce
flag turned on. This brings negative impact on performance.So
force
should be set tofalse
by default. It might be also a good idea to introduce a new option infleetd.conf
, so that users are able to set the flag./cc @hectorj2f
See also coreos/go-systemd#189
The text was updated successfully, but these errors were encountered: