Skip to content

GStefanowich/systemd-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Just a simple library for working with C# Projects inside of systemd

To use first update your .service file to set Type to notify

[Unit]
Description=My Service

[Service]
Type=notify
ExecStart=dotnet myservice.dll

Examples

SystemD systemd = new SystemD();

// After startup finished
systemd.SigComplete();

// When reloading
systemd.SigReloading();

// Before program exit
systemd.SigStopping();

About

Simple library for working with SystemD Notices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages