Merge pull request #281523 from K900/ksmbd-tools-systemd

ksmbd-tools: install systemd unit
This commit is contained in:
K900 2024-01-17 23:21:27 +03:00 committed by GitHub
commit 0f6090448a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
patches = [ ./0001-skip-installing-example-configuration.patch ];
mesonFlags = [
"-Drundir=/run"
"-Dsystemdsystemunitdir=lib/systemd/system"
"--sysconfdir /etc"
];