You've already forked biometric-authentication
mirror of
https://github.com/ukui/biometric-authentication.git
synced 2026-03-09 09:25:45 -07:00
15 lines
321 B
Desktop File
15 lines
321 B
Desktop File
[Unit]
|
|
Description=Authenticate by human biometric
|
|
Documentation=https://github.com/ukui/biometric-authentication
|
|
Before=lightdm.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
Restart=always
|
|
RestartSec=0
|
|
BusName=org.ukui.Biometric
|
|
ExecStart=/usr/lib/biometric-authentication/biometric-authenticationd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|