Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

fleetd: allow users to turn off force flag for systemd.LinkUnitFiles() #1696

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 26, 2016

  1. fleetd: introduce an option systemd_link_unit_force

    So far systemd.LinkUnitFiles() has been called with the force option
    turned on. That was one of the reasons of performance issues.
    
    Let's introduce an option systemd_link_unit_force, false by default.
    Users can set the option in fleetd.conf.
    That option will be passed directly to systemd.LinkUnitFiles().
    Dongsu Park committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    1321a6c View commit details
    Browse the repository at this point in the history