aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/service_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* filesystem.h surface error codes (#998)Dan Engelbrecht2026-04-211-2/+2
* fix utf characters in source code (#953)Dan Engelbrecht2026-04-131-1/+1
* Compute batching (#849)Stefan Boberg2026-03-181-4/+21
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg2026-03-161-2/+2
* ZenServerProcess API changes (#719)Stefan Boberg2026-01-191-0/+1
* Rename IsElevated to RequiresElevationLiam Mitchell2026-01-151-9/+9
* Implement final changes required for daemon mode on MacLiam Mitchell2026-01-071-1/+5
* Make files writeable after full service install to avoid issues when attempti...Liam Mitchell2025-11-171-0/+4
* Set ownership of service executables to the service user on Linux (#489)Liam Mitchell2025-09-081-0/+44
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-051-80/+56
* Avoid mutating executable paths when copying files during full service instal...Liam Mitchell2025-09-041-5/+7
* Fix trailing whitespace in service_cmd.cppLiam Mitchell2025-08-201-1/+0
* Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-251-1/+10
* Increase service stop timeout to 30 seconds during full installLiam Mitchell2025-07-211-1/+1
* Add PDBs and crashpad_handler to installed files during full service installLiam Mitchell2025-07-211-11/+24
* Add --full option to service install, which will handle stop/uninstall if nec...Liam Mitchell2025-07-161-9/+119
* Merge pull request #321 from ue-foundation/lm/zen-service-elevated-command-lineLiam Mitchell2025-03-261-2/+2
|\
| * Fix command line parsing when running service commands elevatedLiam Mitchell2025-03-251-2/+2
* | Update return codes for service commands to provide more information to the c...Liam Mitchell2025-03-251-2/+16
|/
* Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-141-6/+1
* Implementation of service commands for Linux.Liam Mitchell2025-02-271-1/+8
* fix positional arguments for zen service install on non-windows platformsDan Engelbrecht2025-01-171-1/+3
* systemd unit file, incompleteDan Engelbrecht2025-01-151-1/+1
* typo fixDan Engelbrecht2025-01-101-1/+1
* clang formatDan Engelbrecht2025-01-101-26/+28
* displayname and description are windows-only propertiesDan Engelbrecht2025-01-101-28/+34
* partially working service commands for macosDan Engelbrecht2025-01-101-1/+2
* make windows elevation optionalDan Engelbrecht2025-01-101-70/+130
* remove ServiceLevelDan Engelbrecht2025-01-101-29/+8
* use attachconsole to send ctrl+c to running processDan Engelbrecht2025-01-081-2/+7
* add ServiceLevel for service processes: User, AllUsers and ServiceDan Engelbrecht2025-01-081-26/+103
* check if service is already installed before attempting installDan Engelbrecht2025-01-081-7/+27
* Add ServiceSpec structDan Engelbrecht2025-01-081-12/+14
* zen `service` commandDan Engelbrecht2025-01-081-0/+308