refact: remove almost all files
This is a prepare commit for the following refactor of dde-application-manager. I remove almost all files in this git repository. We will start the refactor in later commits. Signed-off-by: black-desk <me@black-desk.cn>
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
set(SYSTEMD_FILES
|
||||
org.deepin.dde.Application1.Instance@.service
|
||||
org.deepin.dde.Application1.Manager.service
|
||||
)
|
||||
|
||||
install(FILES ${SYSTEMD_FILES} DESTINATION lib/systemd/user/)
|
@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=DDE Application Loader is managing %I
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment="DAM_TASK_HASH=%I"
|
||||
Environment="DAM_TASK_TYPE=freedesktop"
|
||||
ExecStart=/usr/bin/dde-application-loader
|
||||
Slice=app.slice
|
@ -1,19 +0,0 @@
|
||||
[Unit]
|
||||
Description=DDE Application Manager service
|
||||
RefuseManualStart=no
|
||||
RefuseManualStop=no
|
||||
OnFailureJobMode=replace-irreversibly
|
||||
CollectMode=inactive-or-failed
|
||||
StartLimitIntervalSec=10s
|
||||
StartLimitBurst=30
|
||||
|
||||
Requires=dde-session-pre.target
|
||||
After=dde-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.deepin.dde.Application1.Manager
|
||||
ExecStart=/usr/bin/dde-application-manager
|
||||
Slice=app.slice
|
||||
Restart=on-failure
|
||||
RestartSec=300ms
|
Reference in New Issue
Block a user