Skip to content

Commit 1afcaec

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. Log: prohibit the startup and auto start of some services
1 parent abeb635 commit 1afcaec

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
@@ -20,4 +20,11 @@ override_dh_strip:
2020
dh_strip --dbgsym-migration=dde-api-dbg
2121

2222
override_dh_installsystemd:
23-
dh_installsystemd --no-start
23+
# 需要开机启动
24+
dh_installsystemd --name=deepin-login-sound --no-start
25+
dh_installsystemd --name=deepin-shutdown-sound --no-start
26+
27+
# 不需要开机启动
28+
dh_installsystemd --name=deepin-api-device --no-enable --no-start
29+
dh_installsystemd --name=deepin-locale-helper --no-enable --no-start
30+
dh_installsystemd --name=deepin-sound-theme-player --no-enable --no-start

0 commit comments

Comments
 (0)