1
0

feat: Add systemd user service for automatic daemon startup and update installation instructions.

This commit is contained in:
2026-02-28 12:49:15 +01:00
parent 27d7d11b63
commit 6d2ad488d2
4 changed files with 21 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ Toak/
├── Serialization/
│ └── AppJsonSerializerContext.cs # System.Text.Json source generation context for AOT support
├── docs/ # Documentation
├── toak.service # systemd user service file to run the daemon automatically
└── Program.cs # Application entry point using System.CommandLine
```