readme: add info about issue with allowservicelogon

https://github.com/winsw/winsw/issues/840

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-07-16 17:38:34 +02:00
parent e41415ba8b
commit 3e9020c7d0
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 7 additions and 1 deletions

View File

@ -24,3 +24,9 @@ You can also just specify `winsw_service_exe_path` if there's no need to downloa
# Management
TODO
# Known Issues
Configuring services to run as a regular user with `allowservicelogon: true` does not work currently for some unknown reason. It can be fixed manually by updating the user password in service properties which will trigger granting the "logon" right for the user and will fix any other services using that user.
Issue: https://github.com/winsw/winsw/issues/840

View File

@ -1,4 +1,3 @@
---
- import_tasks: install.yml
- import_tasks: service.yml
#- import_tasks: consul.yml

View File

@ -18,6 +18,7 @@ serviceAccount:
domain: '{{ winsw_service_logon_domain | mandatory }}'
user: '{{ winsw_service_user | mandatory }}'
password: '{{ winsw_service_logon_pass | mandatory }}'
# WARNING: Does not work, requires manual intervention.
allowservicelogon: true
env:
{% endif %}