feat: add app-update-notifier
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user