Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Add documentation for the UNISON_USER environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
davide committed Aug 16, 2017
1 parent 7e94d17 commit 186899f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ documented below.
* **`SYNC_NODELETE_SOURCE`** (default: '1'): Set this variable to "0" to allow
Unison to sync deletions to the source directory. This could cause unpredictable
behaviour with your source files.
* **`UNISON_USER`** (default: 'root'): The user running Unison. When this value
is customized it's also possible to specify UNISON_UID, UNISON_GROUP and
UNISON_GID to ensure that unison has the correct permissions to manage files
under SYNC_SOURCE and SYNC_DESTINATION.
* **`UNISON_UID`** (default: '0'): See UNISON_USER.
* **`UNISON_GROUP`** (default: 'root'): See UNISON_USER.
* **`UNISON_GID`** (default: '0'): See UNISON_USER.

## Why not use *x*?

Expand Down

0 comments on commit 186899f

Please sign in to comment.