mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-07 01:05:46 +08:00
17 lines
345 B
SYSTEMD
17 lines
345 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
|
|
|
|
[Path]
|
|
PathExists=/dev/qseecom
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|