From d58a45a96c2fce2602224cd246b3576d0c975cf3 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 20 Feb 2024 13:54:16 +0400 Subject: Add systemd feature flag for systemd-specific things --- src/utils.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils.rs') diff --git a/src/utils.rs b/src/utils.rs index 298dace1..5801de9e 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -229,7 +229,7 @@ fn spawn_sync(command: impl AsRef, args: impl IntoIterator anyhow::Result<()> { use std::fmt::Write as _; use std::path::Path; -- cgit