diff --git a/debian/rules b/debian/rules index 70e5393..ad14081 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,4 @@ override_dh_strip: dh_strip --dbgsym-migration=dde-api-dbg override_dh_installsystemd: - # 需要开机启动 - dh_installsystemd --name=deepin-login-sound --no-start - dh_installsystemd --name=deepin-shutdown-sound --no-start - - # 不需要开机启动 - dh_installsystemd --name=deepin-api-device --no-enable --no-start - dh_installsystemd --name=deepin-locale-helper --no-enable --no-start - dh_installsystemd --name=deepin-sound-theme-player --no-enable --no-start + dh_installsystemd --no-start diff --git a/misc/systemd/system/deepin-login-sound.service b/misc/systemd/system/deepin-login-sound.service index d27813c..ffd8d53 100644 --- a/misc/systemd/system/deepin-login-sound.service +++ b/misc/systemd/system/deepin-login-sound.service @@ -28,6 +28,3 @@ LockPersonality=yes RestrictRealtime=yes RestrictSUIDSGID=yes RemoveIPC=yes - -[Install] -WantedBy=multi-user.target diff --git a/misc/systemd/system/deepin-shutdown-sound.service b/misc/systemd/system/deepin-shutdown-sound.service index 3031a20..2e33d36 100644 --- a/misc/systemd/system/deepin-shutdown-sound.service +++ b/misc/systemd/system/deepin-shutdown-sound.service @@ -36,6 +36,3 @@ LockPersonality=yes RestrictRealtime=yes RestrictSUIDSGID=yes RemoveIPC=yes - -[Install] -WantedBy=graphical.target