File: biometryd.service.in

package info (click to toggle)
biometryd 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,500 kB
  • sloc: cpp: 10,221; ansic: 191; python: 42; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Mediate access to biometric devices
#Wants=lxc-android-config.service
#After=lxc-android-config.service

[Service]
Type=dbus
BusName=com.ubports.biometryd.Service
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/biometryd run
Restart=always
RestartPreventExitStatus=78
SuccessExitStatus=78

[Install]
WantedBy=multi-user.target