Skip to content

Fix postgres problem #86

Merged
merged 2 commits into from
May 3, 2019
Merged

Fix postgres problem #86

merged 2 commits into from
May 3, 2019

Commits on May 3, 2019

  1. install.sh: Apply cosmetics

    donald committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a25aef4 View commit details
    Browse the repository at this point in the history
  2. Add RemoveIPC=no to login config

    The default setting of RemoveIPC=yes for systemd-logind creates problems
    when non-system users (UID>1000) start daemons, which use System V
    semaphores and which should keep running when they log out their
    session. This is the case for postgreSQL.
    
    Install systemd-loging drop-in configuration file which sets
    `RemoveIPC=no`.
    donald committed May 3, 2019
    Configuration menu
    Copy the full SHA
    bf9d2f2 View commit details
    Browse the repository at this point in the history