Unverified Commit 0f609044 authored by K900's avatar K900 Committed by GitHub
Browse files

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

ksmbd-tools: install systemd unit
parents 9997190a aa4baefc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
  patches = [ ./0001-skip-installing-example-configuration.patch ];
  mesonFlags = [
    "-Drundir=/run"
    "-Dsystemdsystemunitdir=lib/systemd/system"
    "--sysconfdir /etc"
  ];