[Unit] Description=PC/SC Smart Card Daemon Requires=pcscd.socket Documentation=man:pcscd(8) [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=true ProtectHostname=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions Environment="PCSCD_OPTIONS=" EnvironmentFile=-/etc/sysconfig/pcscd ExecStart=/usr/sbin/pcscd --foreground $PCSCD_OPTIONS ExecReload=/usr/sbin/pcscd --hotplug [Install] Also=pcscd.socket