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
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 theforceflag turned on. This brings negative impact on performance.So
forceshould be set tofalseby 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