OBS-URL: https://build.opensuse.org/request/show/100778 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=70
16 lines
480 B
Diff
16 lines
480 B
Diff
diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
|
|
index 7934050..ddbdcc4 100644
|
|
--- a/etc/pcscd.service.in
|
|
+++ b/etc/pcscd.service.in
|
|
@@ -3,7 +3,9 @@ Description=PC/SC Smart Card Daemon
|
|
Requires=pcscd.socket
|
|
|
|
[Service]
|
|
-ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit
|
|
+Environment=PCSCD_OPTIONS=""
|
|
+EnvironmentFile=-/etc/sysconfig/pcscd
|
|
+ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit $PCSCD_OPTIONS
|
|
ExecReload=@sbindir_exp@/pcscd --hotplug
|
|
|
|
[Install]
|