dde-application-manager/misc/systemd/org.deepin.dde.Application1.Instance@.service
Zhang Dingyuan 0ffe1d4b2d
fix: duplicate systemd service
Use Dbus type service, and place it in the app.slice
2023-04-24 17:50:29 +08:00

10 lines
209 B
Desktop File

[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