14 lines
351 B
SYSTEMD
14 lines
351 B
SYSTEMD
|
# SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
|
||
|
#
|
||
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
[Unit]
|
||
|
Description=Notify by signal when Application changed by package manager.
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
User=root
|
||
|
Group=root
|
||
|
BusName=org.desktopspec.ApplicationUpdateNotifier1
|
||
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/app-update-notifier
|