/usr/share/org.gnome.Characters/org.gnome.Characters.BackgroundService is in gnome-characters 3.22.0-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 | #!/usr/bin/gjs
imports.package.init({ name: "org.gnome.Characters",
                       version: "3.22.0",
                       prefix: "/usr",
                       libdir: "/usr/lib/x86_64-linux-gnu" });
imports.package.run(imports.service);
 |