commit | author | age | ||
207ea2 | 1 | #!/bin/sh -e |
JK | 2 | |
3 | . /etc/default/pzsigner | |
4 | ||
5 | cd /opt/pzsigner | |
6 | java -Dfile.encoding=UTF8 \ | |
7 | "-Dpz.signer.pkcs11.libpath=${PKCS11_LIBRARY}" \ | |
8 | -cp 'classes:lib/*' \ | |
9 | com.pentacomp.signer.Application |