From 0cfea32a90d15b5c7b53abb586f857820dd99a4f Mon Sep 17 00:00:00 2001 From: Vincent Ruello <5345986+vruello@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:00:05 +0200 Subject: [PATCH] Improve deb packages --- build-pkg/debian/openwecd.service | 1 + common/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build-pkg/debian/openwecd.service b/build-pkg/debian/openwecd.service index 714b1f4..7080987 100644 --- a/build-pkg/debian/openwecd.service +++ b/build-pkg/debian/openwecd.service @@ -9,6 +9,7 @@ Group=openwec Restart=always RestartSec=5s LimitNOFILE=65536 +ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target diff --git a/common/Cargo.toml b/common/Cargo.toml index 0ad2c6d..d13b814 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -36,9 +36,9 @@ name="openwec" maintainer = "CEA" copyright = "2023, CEA" extended-description = """\ -An implementation of a Windows Event Collector\ +An implementation of a Windows Event Collector \ server running on GNU/Linux.""" -depends = "$auto" +depends = "$auto, libgssapi-krb5-2" section = "utility" priority = "optional" assets = [