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:
parent
e41415ba8b
commit
3e9020c7d0
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- import_tasks: install.yml
|
||||
- import_tasks: service.yml
|
||||
#- import_tasks: consul.yml
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue