{ pkgs }:

pkgs.writers.writeBashBin "systemctl-find-service-config" (
  pkgs.lib.fileContents ./systemctl-find-service-config.sh
)