Skip to content

Service.Info is a .NET Standard 2.0 library for receiving information about services/daemons on Windows and Linux. Mac support will maybe follow

License

Notifications You must be signed in to change notification settings

isenmann/Service.Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service.Info

Service.Info is a .NET Standard 2.0 library for receiving information about services/daemons on Windows and Linux. Mac support will maybe follow

Prerequisites

General

Starting/Stopping/Restarting services/daemons requires administrative rights of the program which is calling the method otherwise it will fail and no service/daemon will execute the command. So make sure that your program has this right if you want to use this functionality.

Windows

WMI is used under Windows, so there should be no need to install additional stuff.

Linux

Following programs must be installed:

  • service
  • systemctl

About

Service.Info is a .NET Standard 2.0 library for receiving information about services/daemons on Windows and Linux. Mac support will maybe follow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages