/ 雑記帳

systenctl rc2.local 自動起動

# vi /etc/rc2.local
      
#!/bin/bash
[実行したいコマンドを書く...]
      
# chmod +x /etc/rc2.local
      
# vi /usr/lib/systemd/system/rc2-local.service
      
[Unit]
Description=/etc/rc2.local Compatibility
Wants=network.target
      
[Service]
Type=oneshot
ExecStart=/etc/rc2.local
TimeoutSec=0
#StandardInput=tty
RemainAfterExit=yes
      
[Install]
WantedBy=multi-user.target
      
# ln -s /usr/lib/systemd/system/rc2-local.service /etc/systemd/system/multi-user.target.wants/
# systemctl --system daemon-reload
# systemctl enable rc2-local.service

— posted by くま at 05:36 pm   pingTrackBack [0]

 

CentOS7.0 for fingerprint-gui-1.06-1.x86_64

コンパイルのため、とりあえずこれだけ必要です。
fingerprint-gui-1.06-1.x86_64
qca2-devel-2.0.3-7.el7.x86_64
qca2-2.0.3-7.el7.x86_64
pamtester-0.1.2-6.el7.centos.x86_64
pam-devel-1.1.8-9.el7.x86_64
cryptopp-doc-5.6.2-2.el7.noarch
cryptopp-devel-5.6.2-2.el7.x86_64
cryptopp-progs-5.6.2-2.el7.x86_64
cryptopp-5.6.2-2.el7.x86_64
libfakekey-devel-0.1-10.el7.centos.x86_64
libfakekey-0.1-10.el7.centos.x86_64
libXtst-devel-1.2.2-2.1.el7.x86_64
libusbx-devel-1.0.15-4.el7.x86_64
libusbx-devel-doc-1.0.15-4.el7.noarch
libfprint-devel-0.5.0-3.el7.x86_64
polkit-qt-doc-0.103.0-10.el7_0.noarch
polkit-qt-devel-0.103.0-10.el7_0.x86_64
polkit-qt-0.103.0-10.el7_0.x86_64
      

finger-print



— posted by くま at 08:43 am   pingTrackBack [0]

<< 2015.3 >>
SMTWTFS
1234567
8910 1112 13 14
1516 17 18 192021
2223 2425262728
293031    
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.0917 sec.