Revision 3edfe694
Added by Viktor Gurov over 5 years ago
src/etc/rc.bootup | ||
---|---|---|
202 | 202 |
setup_microcode(); |
203 | 203 |
echo "done.\n"; |
204 | 204 |
|
205 |
/* pcscd daemon must be started before IPsec */ |
|
206 |
echo "PC/SC Smart Card Services..."; |
|
207 |
mwexec_bg("/usr/local/sbin/pcscd"); |
|
208 |
echo "done.\n"; |
|
209 |
|
|
205 | 210 |
if (isset($config['system']['mds_disable']) && |
206 | 211 |
(strlen($config['system']['mds_disable']) > 0)) { |
207 | 212 |
set_single_sysctl("hw.mds_disable" , (int)$config['system']['mds_disable']); |
Also available in: Unified diff
working