Skip to content

Accept service unit name in mxstartups #1

Closed
wants to merge 7 commits into from

Commits on Jan 5, 2016

  1. fix startup/shutdown order of nis and mxstartup

    After 4ee8fed systems hang on shtudown until systemd times out.
    
    Do not wait for NIS on shutdown.
    Tell systemd to order nis and mxstartup in startup and shutdown
    donald committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    147b4ca View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. remove NIS netgroup handling

    wwwutz committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    6fa0510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e163e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from wwwutz/master

    migrated from NIS to hostconfig
    wwwutz committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    6666017 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Restart not needed

    wwwutz committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    2159300 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from wwwutz/master

    Restart not needed
    wwwutz committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    0b543dc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. mxservicectl: Accept service unit name in mxstartups

    Regard the 4th column of /etc/mxstartups as the name of a systemd
    service unit if it ends in ".service".  In that case, ignore the
    username and use systemctl to start/stop that unit.
    
    The idea is to use /etc/mxstartups for services, which we want to run as
    a systems service, e.g. to use the features of systemd. Currently there
    is an option to use unit files with an encoded hostname but we prefer to
    have the information of which hosts starts which service in
    /etc/mxstartups.
    donald committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    6f0dd5f View commit details
    Browse the repository at this point in the history