/lib/systemd/system/sssd-secrets.service is in sssd-common 1.16.1-1ubuntu1.
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 | [Unit]
Description=SSSD Secrets Service responder
Documentation=man:sssd-secrets(5)
Requires=sssd-secrets.socket
After=sssd-secrets.socket
[Install]
Also=sssd-secrets.socket
[Service]
Environment=DEBUG_LOGGER=--logger=files
ExecStart=/usr/lib/x86_64-linux-gnu/sssd/sssd_secrets --uid 0 --gid 0 ${DEBUG_LOGGER}
|