OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: some-random-user on November 19, 2022, 12:01:07 am

Title: [port] pcsc-lite daemon isn't starting at boot
Post by: some-random-user on November 19, 2022, 12:01:07 am
Hello,

On OPNsense 22.7.7_1:

Code: [Select]
opnsense-code ports
cd /usr/ports/devel/pcsc-lite
make install

This works, and drops the expected file at /usr/local/etc/rc.d/pcscd.

However, despite the following:
Code: [Select]
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# pcscd_enable="YES"

Adding a tunable pcscd_enable with value YES is not starting the daemon at boot, even though it starts (and works) if I execute pcscd at the command line.

Any guidance would be most appreciated.

Thanks in advance!
Title: Re: [port] pcsc-lite daemon isn't starting at boot
Post by: franco on November 21, 2022, 10:33:10 am
It's not a tunable, it's for /etc/rc.conf


Cheers,
Franco