mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
fe3c65b79f
* unpack the debs * update rest * ignore
17 lines
376 B
SYSTEMD
17 lines
376 B
SYSTEMD
# Copyright (c) 2018 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
|
|
[Unit]
|
|
Description=Path watching for qseecomd.service
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
Before=paths.target shutdown.target systemd-udev-trigger.service
|
|
|
|
[Path]
|
|
PathModified=/dev/qseecom
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|