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

Support for targeting systemd --user #1393

Merged
merged 2 commits into from
Jul 11, 2016

Commits on Jul 11, 2016

  1. fleetd: Add param --units_directory to customise the units directory

    The default location of the units directory for fleet is owned by root.
    When we use `systemd --user` we want this directory to be owned by
    a different user.
    
    Fixes coreos#1393
    hmalphettes committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    38d705f View commit details
    Browse the repository at this point in the history
  2. fleetd: Add param -systemd_user=true to use systemd --user

    systemd offers users the ability to manage services under the user's
    control with a per-user systemd instance.
    This parameter enables fleet to target such instance of systemd.
    
    Fixes coreos#1393
    hmalphettes committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    9b83262 View commit details
    Browse the repository at this point in the history