kardianos / service

Run go programs as a service on major platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install a user-level service in Windows?

shrinidhi111 opened this issue · comments

I tried adding UserName in service.Config{} but it wouldn't allow me to install Windows service without admin privileges.

How to install a user-level Windows service such that it can be installed without admin? And obv runs only for this user?