You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
500 B
18 lines
500 B
[Unit]
|
|
Description=Yablochkov keyboard reader
|
|
|
|
[Service]
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=keyboard-reader
|
|
WorkingDirectory=/opt/ocppc
|
|
EnvironmentFile=/opt/conf/configuration_vars.env
|
|
EnvironmentFile=/opt/conf/configuration_vars_model.env
|
|
EnvironmentFile=/opt/conf/configuration_vars_personal.env
|
|
ExecStart=/opt/ocppc/bin/keyboard-reader --serial=OEM_TWN4_B1.64_NKF4.64_STD2.04
|
|
User=debian
|
|
Group=input
|
|
ExecStop=/bin/kill -TERM $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|