systemd: Empty crate when target OS is not Linux
This is a quick fix for build errors on macOS.
2 files changed
+4
-4
efa7efac
→
53002689
modified crates/radicle-systemd/Cargo.toml
@@ -8,11 +8,11 @@ edition.workspace = true
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
| + | |
modified crates/radicle-systemd/src/lib.rs
@@ -1,7 +1,7 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|