Skip to content

Commit 50862d0

Browse files
zhangkunmhduiy
authored andcommitted
chore: prohibit the startup and auto start of some services
- The deepin-api-device, deepin-locale-helper, deepin-sound-theme-player can be started as needed. - Not suitable for upgrading scenarios Log: prohibit the startup and auto start of some services
1 parent e8a9a79 commit 50862d0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

debian/rules

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ override_dh_auto_install:
5858
endif
5959

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

6370
override_dh_auto_clean:
6471
dh_auto_clean --

0 commit comments

Comments
 (0)