diff options
| author | Liam Mitchell <[email protected]> | 2025-08-21 23:45:36 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-21 23:45:36 +0000 |
| commit | 8b199731a983e2cd7a04775f54c26127f9b8be48 (patch) | |
| tree | c63f5d5ce250b3dda912d494f3a7598bcc3d7ec8 | |
| parent | Ignore unused variable warnings on platforms where ReportServiceStatus is uni... (diff) | |
| download | zen-8b199731a983e2cd7a04775f54c26127f9b8be48.tar.xz zen-8b199731a983e2cd7a04775f54c26127f9b8be48.zip | |
Update changelog
| -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 |