Skip to content

Side project: Modular daemon to manage services, written in C#.

Notifications You must be signed in to change notification settings

wontoncc/modular-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modular-daemon

This is a daemon for micro-services written in C# and WPF, targeting .Net 3.5.

Running in action

Usage

modular-daemon [--config=[config file]]
<!-- This is an example config file -->

<config>
  <application>
    <title>[name displayed in the title bar]</title>
  </application>
  <services>
    <service name="[service name]">
      <command>[command to execute]</command>
      <arguments>[command line arguments for the command]</arguments>
      <workingDirectory>[working directory]</workingDirectory>
      <log>[specified log file name]</log>
      <environment>
        <variable name="[variable name]">[value]</variable>
      </environment>
    </service>
  </services>
</config>

About

Side project: Modular daemon to manage services, written in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages