diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 080638520..bf8fb6d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - `zen service install` - Install zenserver as a local service, this requires admin/sudo priviliges to execute properly - `--executable` - Path to zenserver executable. Defaults to same path as `zen` command line executable that was issued but with filename replaced. - `--name` - Name of the installed service. Defaults to `ZenServer` + - `--full` - If necessary, will uninstall a currently running service, then copy updated Zen binaries and debugging information to the location specified by `--install-path` and start the service. Requires `--install-path` to be specified. + - `--install-path` - Path to install service binaries. Only necessary in conjunction with `--full`. - `--display-name` - Windows only, the user friendly display name of the service. Defaults to `Unreal Zen Storage Service` - `--description` - Windows only, the user friendly description of the service - `--allow-elevation` - Windows only, if command is not run with elevated priviliges, the command will attempt to relaunch itself with elevated priviliges |