Skip to content

Commit 9965a80

Browse files
committed
Revert "chore: prohibit the startup and auto start of some services"
This reverts commit d6a1b20. This commit will cause the dbus service to fail to start
1 parent 4a65491 commit 9965a80

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

debian/rules

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@ override_dh_auto_install:
6060
endif
6161

6262
override_dh_installsystemd:
63-
# 需要开机自启动
64-
dh_installsystemd --name=dde-system-daemon --no-start
65-
# 不需要开机自启动
66-
dh_installsystemd --name=dde-authority --no-enable --no-start
67-
dh_installsystemd --name=dde-backlight-helper --no-enable --no-start
68-
dh_installsystemd --name=dde-greeter-setter --no-enable --no-start
69-
dh_installsystemd --name=dde-lock-service --no-enable --no-start
70-
dh_installsystemd --name=deepin-grub2 --no-enable --no-start
63+
dh_installsystemd --no-start
7164

7265
override_dh_auto_clean:
7366
dh_auto_clean --

0 commit comments

Comments
 (0)