xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Openct Middleware framework for smart card terminals
3After=syslog.target network.target
4
5[Service]
6EnvironmentFile=-/etc/sysconfig/openct
7ExecStart=/usr/sbin/openct-control $OPENCT_OPTIONS init
8ExecStop=/usr/sbin/openct-control $OPENCT_OPTIONS shutdown
9RemainAfterExit=yes
10KillMode=none
11
12[Install]
13WantedBy=multi-user.target
14