add systemd_service rust plugin (step 1a, no qml wiring yet)

This commit is contained in:
Damocles 2026-05-07 12:54:44 +02:00
parent d55753ab28
commit 96bfc1fd5a
5 changed files with 822 additions and 0 deletions

View file

@ -31,6 +31,7 @@ fn main() {
"src/system_stats.rs",
"src/cpu_service.rs",
"src/modules_service.rs",
"src/systemd_service.rs",
"src/theme_service.rs",
];
if !bridge_files.iter().all(|p| manifest.join(p).exists()) {