Skip to content
Snippets Groups Projects
Select Git revision
  • b8d55e5f16973de7c04fddb3453892b94aea9020
  • master default
2 results

.bashrc

Blame
    • nimrod's avatar
      b8d55e5f
      Specify the Redis history file with an environment variable. · b8d55e5f
      nimrod authored
      The Redis CLI history file was moved to the Documentst folder so it
      would synced using Nextcloud. A symlink was left in its place to point
      to the new location. However it's a dangling link until the Redis CLI is
      first run, which upsets the pre-commit broken link check. Instead, set
      the REDISCLI_HISTFILE environment variable to the new location and
      remove the symlink.
      b8d55e5f
      History
      Specify the Redis history file with an environment variable.
      nimrod authored
      The Redis CLI history file was moved to the Documentst folder so it
      would synced using Nextcloud. A symlink was left in its place to point
      to the new location. However it's a dangling link until the Redis CLI is
      first run, which upsets the pre-commit broken link check. Instead, set
      the REDISCLI_HISTFILE environment variable to the new location and
      remove the symlink.
    main.yml 123 B
    ---
    # handlers file for ansible-role-mongod2.6
    - name: Restart mongod
      service:
          name: mongod
          state: restarted