Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 322 Bytes

hide_service_account.md

File metadata and controls

12 lines (11 loc) · 322 Bytes

Creating a system account for features like discovery requires actions to remove the account from the interactive login screen on desktop machines.

On Ubuntu:

vi /var/lib/AccountsService/users/<username>

Contents of the file:

[User]
SystemAccount = true

If the file already exists, just append this line.