Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lemonldap-ng lemonldap-ng
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 311
    • Issues 311
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LemonLDAP NGLemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Issues
  • #2254
Closed
Open
Issue created Jul 09, 2020 by Clément OUDOT@clement_oudotOwner

Local session cache and systemd PrivateTmp

With systemd, default tmp directory is not /tmp, but /tmp/systemd-private-xxxx-apache2-xxx/tmp

This is a problem for purgeLocalCache cron job which do not run with systemd, and can't purge the local cache, as it looks into /tmp to find sessions.

One solution is to disable PrivateTmp in apache2 systemd configuration, but this is out of LL::NG scope (not managed by our packages).

We could maybe find a better way to purge the local cache.

Assignee
Assign to
Time tracking