Страница 1 из 1

Smart card service in R8 [SOLVED]

Добавлено: 09 сен 2016, 18:12
AstorBG
I want my smart card daemon (pcscd) to autostart with the system (Fresh R8, KDE, x64).
I can run it in konsole as root with: systemctl start pcscd.service and systemctl start pcscd.socket. Then I check it to start with boot in drakxservices but on the next reboot it does not autostart and even does not appear in the kcm_drakxservices.
How can I make it to autostart?

Thx in advance,

Astor

Re: Smart card service in R8

Добавлено: 09 сен 2016, 21:33
awl
Maybe so

Код: Выделить всё

# systemctl enable pcscd.service

Re: Smart card service in R8

Добавлено: 10 сен 2016, 13:01
AstorBG
awl писал(а):Maybe so

Код: Выделить всё

# systemctl enable pcscd.service
Thx awl, it worked. Now it autostarts.