This file is indexed.

/lib/systemd/system/gnupg-pkcs11-scd-proxy.service is in gnupg-pkcs11-scd-proxy 0.9.1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Notice:
# You should add environment file and set SCD_CONFIG
# with the location of gnupg-pkcs11-scd config file.
#

[Unit]
Description=gnupg-pkcs11-scd-proxy

[Service]
EnvironmentFile=/etc/default/gnupg-pkcs11-scd-proxy
Type=simple
ExecStart=/usr/bin/gnupg-pkcs11-scd-proxy-server --scd-config=${SCD_CONFIG}
RuntimeDirectory=gnupg-pkcs11-scd-proxy
RuntimeDirectoryMode=0750
User=gnupg-pkcs11-scd-proxy
Group=gnupg-pkcs11
SupplementaryGroups=gnupg-pkcs11-scd-proxy

[Install]
WantedBy=multi-user.target