2022-03-30 17:56:27 +08:00
|
|
|
[Unit]
|
2023-02-23 15:35:37 +08:00
|
|
|
Description=DDE Application Manager service
|
2023-04-24 15:44:57 +08:00
|
|
|
RefuseManualStart=no
|
|
|
|
RefuseManualStop=no
|
|
|
|
OnFailureJobMode=replace-irreversibly
|
|
|
|
CollectMode=inactive-or-failed
|
|
|
|
StartLimitIntervalSec=10s
|
|
|
|
StartLimitBurst=30
|
2022-03-30 17:56:27 +08:00
|
|
|
|
2023-05-09 17:04:38 +08:00
|
|
|
Requires=dde-session-pre.target
|
|
|
|
After=dde-session-pre.target
|
|
|
|
|
2022-03-30 17:56:27 +08:00
|
|
|
[Service]
|
2023-04-24 15:44:57 +08:00
|
|
|
Type=dbus
|
2022-11-17 17:25:20 +08:00
|
|
|
BusName=org.deepin.dde.Application1.Manager
|
2023-02-23 15:35:37 +08:00
|
|
|
ExecStart=/usr/bin/dde-application-manager
|
2023-04-24 15:44:57 +08:00
|
|
|
Slice=app.slice
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=300ms
|